Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Feb 23, 2024
1 parent 4bdac0b commit 5b8cc4c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
PUPPETEER_SKIP_DOWNLOAD: false

jobs:
build:
test:

runs-on: ubuntu-latest

Expand All @@ -33,8 +33,12 @@ jobs:

- name: Install Chrome
uses: browser-actions/setup-chrome@v1
id: setup-chrome
with:
chrome-version: 121.0.6167.85

- name: Set CHROME_PATH environment variable
run: echo "CHROME_PATH=${{ steps.setup-chrome.outputs['chrome-path'] }}" >> $GITHUB_ENV

- name: Install Node.js
uses: actions/setup-node@v3
Expand All @@ -60,9 +64,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- uses: browser-actions/setup-chrome@v1
id: setup-chrome-path
- run: echo "CHROME_PATH=${{ steps.setup-chrome.outputs.setup-chrome-path }}" >> "$GITHUB_ENV"
- name: Install wasm-pack
run: npm install -g wasm-pack
Expand Down

0 comments on commit 5b8cc4c

Please sign in to comment.