Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Nov 2, 2023
1 parent bd2f3f5 commit 769330a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
- run: npm install
- run: npm install -g firebase-tools
- run: cd functions && npm install
- run: npm run test -- --ci --color
- name: Run Tests
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
run: npm run test -- --ci --color

0 comments on commit 769330a

Please sign in to comment.