Skip to content

Commit d85c44c

Browse files
committed
updating config again
1 parent 0e26cdb commit d85c44c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
- uses: actions/checkout@v3
2929
- name: Typescript TSC
3030
run: cd frontend && npm install && npm run types
31-
- name: Building docker containers using docker-compose
32-
run: GO_MOD=go.mod docker compose --env-file=./config/ci.env.dev up --wait --build backend db staging_db frontend
33-
- name: BE container logs
34-
run: docker container logs go_backend
3531
- name: React tests
36-
run: docker exec frontend npm test
32+
run: |
33+
GO_MOD=go.mod docker compose --env-file=./config/ci.env.dev up --wait --build backend db staging_db frontend
34+
docker exec frontend npm test

0 commit comments

Comments
 (0)