Skip to content

Commit 720a94f

Browse files
committed
all i know is pain and suffering
1 parent 72652d8 commit 720a94f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ jobs:
2525

2626
backend_testing:
2727
runs-on: ubuntu-latest
28-
needs: [setup_cms]
28+
needs: [ setup_cms ]
2929
steps:
3030
- name: Golang Tests
31-
run: go test -v ./...
32-
working-directory: ./backend
31+
run: cd backend && go test -v ./...
3332

3433
frontend_testing:
3534
runs-on: ubuntu-latest
36-
needs: [setup_cms]
35+
needs: [ setup_cms ]
3736
steps:
3837
- uses: actions/checkout@v3
3938
- name: type check

0 commit comments

Comments
 (0)