Skip to content

Commit

Permalink
Add back go test in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Nov 4, 2024
1 parent bcd29d3 commit 8dd1799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: curl -sL firebase.tools | bash

- name: Run Go tests with Firebase emulator
run: firebase emulators:exec --only firestore 'cd ./apps/question-service'
run: firebase emulators:exec --only firestore 'cd ./apps/question-service; go test ./...'

frontend-unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8dd1799

Please sign in to comment.