Skip to content

Commit e195b95

Browse files
Update main.yml
1 parent 15dddeb commit e195b95

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

+13
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@ jobs:
3939
working-directory: ./front
4040
run: npm run cover
4141

42+
- name: Cypress.io
43+
# You may pin to the exact commit or the version.
44+
# uses: cypress-io/github-action@ca3f666049f4ac2267a75de769535a7cbdc7bfd7
45+
uses: cypress-io/[email protected]
46+
with:
47+
install: false
48+
working-directory: ./front
49+
wait-on: 'http://localhost:9002'
50+
start: npm run start:test
51+
env:
52+
TZ: Europe/Paris
53+
54+
4255
- name: Install package back
4356
working-directory: ./back
4457
run: npm install

0 commit comments

Comments
 (0)