Skip to content

Commit

Permalink
workflow for testing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbonothing64 committed Dec 11, 2023
1 parent 2443c8a commit 3688572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-app-end-to-end-deployed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: 18
- name: Install dependencies
run: npm ci
run: pnpm install --frozen-lockfile
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

1 comment on commit 3688572

@vercel
Copy link

@vercel vercel bot commented on 3688572 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.