Skip to content

Commit

Permalink
hopefully fix error Error: flag needs an argument: --exit-code
Browse files Browse the repository at this point in the history
  • Loading branch information
compwron committed Nov 9, 2020
1 parent cce6f21 commit 951d04b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,5 @@ jobs:
RAILS_ENV=test bundle exec rails server -b 0.0.0.0 -p 4040 -d
RAILS_ENV=test bundle exec rake db:migrate
RAILS_ENV=test bundle exec rake db:seed
npm run test:cypress
kill $(jobs -p) || true
./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
npm run test:cypress --exit-code 0

0 comments on commit 951d04b

Please sign in to comment.