Skip to content

Commit

Permalink
add chomp token
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Nov 19, 2023
1 parent 62b5576 commit cd14983
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- run: npm ci
- name: Setup Chomp
uses: guybedford/chomp-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: chomp test
env:
CI_BROWSER: /opt/hostedtoolcache/firefox/${{ matrix.firefox }}/x64/firefox
Expand Down Expand Up @@ -57,4 +59,4 @@ jobs:
uses: guybedford/chomp-action@v1
- run: chomp test
env:
CI_BROWSER_FLAGS: --headless --screenshot
CI_BROWSER_FLAGS: --headless --screenshot

0 comments on commit cd14983

Please sign in to comment.