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 ef737e4 commit aa4b4a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
run: npm run build:wasm

- name: Test
run: npm run test
run: CHROME_PATH="$CHROME_PATH" npm run test
3 changes: 3 additions & 0 deletions test/testRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ if (process.env.CHROME_PATH) {
}
};


console.log("puppeteer options", opts)
console.log("GITHUB_ENV", process.env.GITHUB_ENV)


let browser: any, page: any, server: any;

Expand Down

0 comments on commit aa4b4a7

Please sign in to comment.