Adding cypress install

This commit is contained in:
Jason House
2021-03-22 01:13:04 -04:00
parent 597f27cbdd
commit 97a65f5305
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
with:
compose-file: 'docker-compose-dev.yaml'
- name: Cypress Tests
run: ./node_modules/.bin/cypress run
run: cypress install && ./node_modules/.bin/cypress run
#- name: Run Application
# run: java -jar -Dspring.profiles.active=no-ssl-no-login GapsWeb/target/GapsWeb-0.8.10.jar
#- name: Run Cypress