Skip to content

Commit f3eaf97

Browse files
TheZokersdirix
authored andcommitted
Update dev-dependencies and adjust cypress scripts
1 parent af7f1d9 commit f3eaf97

File tree

4 files changed

+4713
-4434
lines changed

4 files changed

+4713
-4434
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
with:
1212
node-version: '10.x'
1313
- run: npm ci
14-
- run: npm run test-cypress
14+
- run: npm run cypress:ci

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ install:
1717
- npm ci
1818

1919
script:
20-
- npm run test-cypress
20+
- npm run cypress:ci

0 commit comments

Comments
 (0)