Skip to content

feat(web): add purchase for account from account detail page #61

feat(web): add purchase for account from account detail page

feat(web): add purchase for account from account detail page #61

Workflow file for this run

name: Pull Request
on:
pull_request:
env:
DOCKER_IMAGE_NAME_API: api
DOCKER_IMAGE_NAME_FRONTEND: frontend
DOCKER_IMAGE_TAGS: latest ${{ github.sha }} ${{github.ref_name}}
jobs:
build_and_test_frontend:
uses: ./.github/workflows/frontend.yaml
secrets: inherit
build_and_test_backend:
uses: ./.github/workflows/backend.yaml
secrets: inherit