Skip to content

Commit

Permalink
remove apk line
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Sep 19, 2023
1 parent 6997ef8 commit 78c680f
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: apk add --no-cache chromium && export CHROME_BIN='/usr/bin/chromium-browser'
#- run: apk add --no-cache chromium && export CHROME_BIN='/usr/bin/chromium-browser'
- run: npm ci
- run: npm run build -ws
- run: npm run test -ws
Expand Down

0 comments on commit 78c680f

Please sign in to comment.