Skip to content

Commit

Permalink
Merge pull request #10 from RunOnFlux/master
Browse files Browse the repository at this point in the history
ci config
  • Loading branch information
TheTrunk authored Aug 12, 2024
2 parents c2b0986 + d974c09 commit 2a8e45a
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 2a8e45a

Please sign in to comment.