Skip to content

Commit

Permalink
switch back to ubunut, changing apk to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Sep 19, 2023
1 parent 5d265a5 commit c1d4db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
#
jobs:
build:
runs-on: node:lts-alpine3.16
runs-on: ubuntu-latest

# This job uses a matrix strategy to run the job four times, once for each specified Node version. For more information, see "[AUTOTITLE](/actions/using-jobs/using-a-matrix-for-your-jobs)."
strategy:
Expand All @@ -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: apt update && 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 c1d4db7

Please sign in to comment.