We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe482d commit 4c7f9b6Copy full SHA for 4c7f9b6
.github/workflows/ci.yml
@@ -27,13 +27,10 @@ jobs:
27
28
frontend_testing:
29
runs-on: ubuntu-latest
30
+ needs: [ backend_testing ]
31
steps:
32
- uses: actions/checkout@v3
33
- name: Typescript TSC
34
run: cd frontend && npm install && npm run types
- - name: Building docker containers using docker-compose
35
- run: GO_MOD=go.mod docker-compose up -d --build
36
- - name: Check logs
37
- run: docker logs go_backend
38
- name: React tests
39
run: cd frontend && npm test
0 commit comments