Skip to content

Commit

Permalink
Update build-and-test-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Sep 19, 2023
1 parent 6c3c215 commit fe30f65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: sudo apt update && sudo apt install chromium-browser && export CHROME_BIN='/usr/bin/chromium-browser'
- run: npm config set unsafe-perm=true
- run: npm ci --allow-root
- run: npm ci --unsafe-perm=true --allow-root
- run: npm run build -ws
- run: npm run test --allow-root
- run: sudo npm run test
- run: npm run coverage
- name: Archive code coverage results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fe30f65

Please sign in to comment.