Skip to content

Commit

Permalink
Update playwright test: Updated prod so it runs off default branch. N…
Browse files Browse the repository at this point in the history
…ot necessary to do dev/prod tagging now becuase we only have 1 server
  • Loading branch information
joeflack4 committed Dec 9, 2024
1 parent 8a6e767 commit 96d0904
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test_frontend_e2e_live_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# TODO: If fails on prod, try dev again
# Q: why is this 'dev' if it's for the test on prod? A: Because when we deployed to prod, our playwright tests hadn't been updated yet.
# ref: dev
ref: prod
# 2024/12: Due to maintenance mode, we now only have 1 server. And the branch for deployment is basically = to both main and develop now. So we can just let this run on the default branch.
# with:
# ref: prod

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 96d0904

Please sign in to comment.