Skip to content

Commit 4c7f9b6

Browse files
committed
please just just work please pleaaase
1 parent dfe482d commit 4c7f9b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ jobs:
2727

2828
frontend_testing:
2929
runs-on: ubuntu-latest
30+
needs: [ backend_testing ]
3031
steps:
3132
- uses: actions/checkout@v3
3233
- name: Typescript TSC
3334
run: cd frontend && npm install && npm run types
34-
- 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
3835
- name: React tests
3936
run: cd frontend && npm test

0 commit comments

Comments
 (0)