Skip to content

Commit

Permalink
Scheduled integration test with jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
colincasey committed Sep 9, 2024
1 parent d9fb661 commit 221e3f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- name: Install required image manipulation packages with APT
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- name: Build tough-cookie
Expand Down Expand Up @@ -64,13 +63,13 @@ jobs:
path: ./tough-cookie
- uses: actions/checkout@v4
with:
repository: [email protected]:jsdom/jsdom.git
repository: jsdom/jsdom
ref: main
path: ./jsdom
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- name: Build tough-cookie
id: package
run: |
Expand Down

0 comments on commit 221e3f6

Please sign in to comment.