Skip to content

Commit

Permalink
chore(e2e): update automation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Feb 27, 2025
1 parent 7eafc55 commit 7e0cd2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
node-version: ${{ env.node-version }}
- name: Install NPM Dependencies
run: npm ci
- name: Ensure Platform-specific Dependencies Installed
run: npm install --os=linux --cpu=x64 sharp

- name: Run Tests
run: npm run test:e2e
- name: Collect Report & Upload Artifact
Expand Down Expand Up @@ -87,6 +90,9 @@ jobs:
node-version: ${{ env.node-version }}
- name: Install NPM Dependencies
run: npm ci
- name: Ensure Platform-specific Dependencies Installed
run: npm install --os=linux --cpu=x64 sharp

- name: Update Test Snapshots
run: npm run test:e2e:update

Expand Down

0 comments on commit 7e0cd2b

Please # to comment.