Skip to content

Commit 3247c02

Browse files
authored
Merge pull request #375 from bastelfreak/cifoo
CI: Dont run tests twice
2 parents 96eddbf + e4b704e commit 3247c02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
run: bundle exec rake features
5757
- name: Verify gem builds
5858
run: gem build --strict --verbose *.gemspec
59-
- name: Run tests
60-
run: bundle exec cucumber -f progress
6159

6260
tests:
6361
needs:

0 commit comments

Comments
 (0)