Skip to content

Commit

Permalink
chore: run E2E from Prod code against Prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
algreasley committed Jan 20, 2025
1 parent c80fd67 commit 8dfd0cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: "current-prod"

- name: Set Node version
uses: actions/setup-node@v4
Expand Down

0 comments on commit 8dfd0cc

Please sign in to comment.