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

Commit 6dec06e

Browse files
committed
update the CI job
1 parent bc4bd74 commit 6dec06e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
- name: filter the specs first by tag 🧪
373373
run: |
374374
npx cypress-expect \
375-
--config specPattern="**/*.js" \
375+
--config specPattern="cypress/integration/**/*.js" \
376376
--env grepTags=@smoke,grepFilterSpecs=true \
377377
--expect-exactly expects/grep-filter-specs-tag.json
378378

expects/grep-filter-specs-tag.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@
2424
"runs too": "passing"
2525
}
2626
}
27+
},
28+
"should run these tests": {
29+
"parameterized title": "passed",
30+
"split title": "passed"
2731
}
2832
}

0 commit comments

Comments
 (0)