Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 29e1759

Browse files
committed
add a CI test for #87
1 parent 1145885 commit 29e1759

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,13 @@ jobs:
194194
--env grep="works 2",grepOmitFiltered=true \
195195
--expect-exactly expects/omit-filtered.json
196196
197+
- name: Omit filtered tests by tag 🧪
198+
run: |
199+
npx cypress-expect \
200+
--spec cypress/integration/spec.js \
201+
--env grepTags="@tag1",grepOmitFiltered=true \
202+
--expect-exactly expects/omit-filtered.json
203+
197204
tests3:
198205
runs-on: ubuntu-20.04
199206
needs: install

0 commit comments

Comments
 (0)