Skip to content

Commit

Permalink
npm puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed Aug 27, 2023
1 parent ad381d1 commit 9c668b5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@ jobs:
# - name: Run linter
# run: deno lint

- name: Cache Deno dependencies
uses: actions/cache@v3
with:
# The Chrome install gets cached in here too...
key: denoDeps-${{ hashFiles('deno.lock') }}
path: ${{ env.DENO_DIR }}
# - name: Cache Deno dependencies
# uses: actions/cache@v3
# with:
# # The Chrome install gets cached in here too...
# key: denoDeps-${{ hashFiles('deno.lock') }}
# path: ${{ env.DENO_DIR }}

- name: Install Chromium for Puppeteer
run: deno eval "import 'npm:puppeteer/install.js'"

- name: Cache puppeteer
uses: actions/cache@v3
with:
key: puppeteer_${{ runner.os }}_v16_2_0
path: ${{ env.CHROMIUM_PATH }}
# - name: Cache puppeteer
# uses: actions/cache@v3
# with:
# key: puppeteer_${{ runner.os }}_v16_2_0
# path: ${{ env.CHROMIUM_PATH }}

- name: Run tests
run: deno test -A --unstable

0 comments on commit 9c668b5

Please sign in to comment.