Skip to content

Commit

Permalink
Merge pull request #38 from nicolelim02/chore/tests
Browse files Browse the repository at this point in the history
Test ci
  • Loading branch information
nicolelim02 authored Oct 1, 2024
2 parents 706ef1e + 4db9f1b commit 01c67b8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,4 @@ jobs:
echo "FIREBASE_PROJECT_ID=${{ env.FIREBASE_PROJECT_ID }}"
- name: Tests
working-directory: ${{ matrix.service }}
run: |
FIREBASE_PROJECT_ID=${{ env.FIREBASE_PROJECT_ID }} \
FIREBASE_PRIVATE_KEY=${{ env.FIREBASE_PRIVATE_KEY }} \
FIREBASE_CLIENT_EMAIL=${{ env.FIREBASE_CLIENT_EMAIL }} \
FIREBASE_STORAGE_BUCKET=${{ env.FIREBASE_STORAGE_BUCKET }} \
npm test
run: npm test

0 comments on commit 01c67b8

Please sign in to comment.