Skip to content

Commit 1bc68e5

Browse files
committed
checking that the orb has the right stuff setup
1 parent 3af1833 commit 1bc68e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ orbs:
55
workflows:
66
test:
77
jobs:
8+
- list-files:
9+
name: List files in the repository
10+
run: ls -l
811
- cypress/run:
912
name: Run Cypress in Node 20
1013
cypress-command: npx wait-on@latest http://localhost:8089 && npx cypress run

0 commit comments

Comments
 (0)