Skip to content

Commit 01432ab

Browse files
committed
Use tags not groups
1 parent df97236 commit 01432ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- sleep 10
4545
script:
4646
- yarn test
47-
- yarn run cypress run --record --group FusionDB-Nightly
47+
- yarn run cypress run --record --tag "FusionDB,Nightly"
4848

4949
- name: Ubuntu Xenial (16.04) / NodeJS 12 / Python 2 / Cypress @ FusionDB 1.0.0-ALPHA3
5050
os: linux
@@ -60,7 +60,7 @@ jobs:
6060
- sleep 10
6161
script:
6262
- yarn test
63-
- yarn run cypress run --record --group FusionDB-1.0.0-ALPHA3
63+
- yarn run cypress run --record --tag "FusionDB,1.0.0-ALPHA3"
6464

6565
- name: Ubuntu Xenial (16.04) / NodeJS 12 / Python 2 / Cypress @ eXist-db Latest
6666
os: linux
@@ -79,7 +79,7 @@ jobs:
7979
- sleep 10
8080
script:
8181
- yarn test
82-
- yarn run cypress run --record --group eXist-db-Latest
82+
- yarn run cypress run --record --tag "eXist-db,Latest"
8383

8484
- name: Ubuntu Xenial (16.04) / NodeJS 12 / Python 2 / Cypress @ eXist-db 5.2.0
8585
os: linux
@@ -98,7 +98,7 @@ jobs:
9898
- sleep 10
9999
script:
100100
- yarn test
101-
- yarn run cypress run --record --group eXist-db-5.2.0
101+
- yarn run cypress run --record --tag "eXist-db,5.2.0"
102102

103103
- name: Ubuntu Focal (20.04) / NodeJS 14 / Python 3
104104
os: linux

0 commit comments

Comments
 (0)