Skip to content
Snippets Groups Projects
Commit df755f35 authored by Seaweedbeard's avatar Seaweedbeard
Browse files

Trying even more yml

parent ea5307a6
No related branches found
No related tags found
No related merge requests found
Pipeline #286292 canceled
...@@ -2,7 +2,7 @@ stages: ...@@ -2,7 +2,7 @@ stages:
- test - test
test: test:
image: node:latest image: cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1
stage: test stage: test
script: script:
# install dependencies # install dependencies
...@@ -10,4 +10,4 @@ test: ...@@ -10,4 +10,4 @@ test:
# start the server in the background # start the server in the background
- npm start & - npm start &
# run Cypress tests # run Cypress tests
- npm run e2e - npx cypress run --browser firefox
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment