From 951d04b5fff398e94255054f452823e6bc54fc52 Mon Sep 17 00:00:00 2001 From: CW Date: Sun, 8 Nov 2020 19:13:54 -0800 Subject: [PATCH] hopefully fix error Error: flag needs an argument: --exit-code --- .github/workflows/rspec.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index c192918fac..4c210e216b 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -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