Skip to content

chore: remove not recommended (and not needed) docker compose links #63

chore: remove not recommended (and not needed) docker compose links

chore: remove not recommended (and not needed) docker compose links #63

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