Skip to content

Commit

Permalink
reconfigure gh actions to stop testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Nov 13, 2023
1 parent e5f6925 commit 74f0219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
RUBYOPT='-W:no-deprecated -W:no-experimental' bundle exec rspec spec/system/case_contacts/new_spec.rb
RUBYOPT='-W:no-deprecated -W:no-experimental' bundle exec rspec
./cc-test-reporter after-build --exit-code $?
- name: Archive selenium screenshots
Expand Down

0 comments on commit 74f0219

Please sign in to comment.