Skip to content

Commit

Permalink
ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Aug 12, 2024
1 parent a6d1b23 commit d974c09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
mongodb-version: ${{ matrix.mongodb-version }}
- name: npm install
run: npm i
- name: Setup CI config
run: |
echo $CI_CONFIG > config/serviceAccountKey.json
shell: bash
env:
CI_CONFIG: ${{ secrets.SERVICE_ACCOUNT_CI }}
- name: Run tests and collect coverage
run: |
npm run test
Expand All @@ -33,4 +39,4 @@ jobs:
with:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d974c09

Please sign in to comment.