Skip to content

Commit

Permalink
remove one sudo =w=
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Sep 19, 2023
1 parent 5b9023f commit 1412683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: sudo apt update && sudo apt install chromium-browser && sudo export CHROME_BIN='/usr/bin/chromium-browser'
- run: sudo apt update && sudo apt install chromium-browser && export CHROME_BIN='/usr/bin/chromium-browser'
- run: npm ci
- run: npm run build -ws
- run: npm run test
Expand Down

0 comments on commit 1412683

Please sign in to comment.