We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af1833 commit 1bc68e5Copy full SHA for 1bc68e5
.circleci/config.yml
@@ -5,6 +5,9 @@ orbs:
5
workflows:
6
test:
7
jobs:
8
+ - list-files:
9
+ name: List files in the repository
10
+ run: ls -l
11
- cypress/run:
12
name: Run Cypress in Node 20
13
cypress-command: npx wait-on@latest http://localhost:8089 && npx cypress run
0 commit comments