Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Oct 10, 2024
1 parent 91d645d commit bda85da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: pnpm install

- name: Run build
run: pnpm ci:build
run: CI=true pnpm build

test:
name: Playwright Tests
Expand Down

0 comments on commit bda85da

Please sign in to comment.