mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Bump to v6 cypress run config (#6484)
Seems like a decent thing to do. cypress should already be using node 20 though
This commit is contained in:
2
.github/workflows/test-frontend.yml
vendored
2
.github/workflows/test-frontend.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
uses: browser-actions/setup-chrome@v1
|
||||
if: matrix.browser == 'chrome'
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v5
|
||||
uses: cypress-io/github-action@v6
|
||||
with:
|
||||
start: npm run dev -- --language c++ --noLocal
|
||||
wait-on: 'http://localhost:10240'
|
||||
|
||||
Reference in New Issue
Block a user