Skip to content

Commit

Permalink
one last test before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre committed Jan 18, 2025
1 parent 2157d9d commit e90944e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
branches:
- main

pull_request:

jobs:
build:
name: Run e2e tests
Expand All @@ -32,7 +34,7 @@ jobs:
node-version: 20.x
cache: "pnpm"
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install
- name: Run build script
run: pnpm build
- name: Run pack:all script
Expand Down

0 comments on commit e90944e

Please sign in to comment.