File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -68,20 +68,15 @@ jobs:
6868 bundle exec rake db:schema:load
6969 bundle exec rails assets:precompile
7070
71- - name : Run rspec and upload code coverage
71+ - name : Run rspec
7272 env :
7373 DATABASE_HOST : localhost
7474 POSTGRES_USER : postgres
7575 CASA_DATABASE_PASSWORD : password
7676 POSTGRES_HOST_AUTH_METHOD : trust
7777 RUN_SIMPLECOV : true
78- CC_TEST_REPORTER_ID : 31464536e34ab26588cb951d0fa6b5898abdf401dbe912fd47274df298e432ac
7978 run : |
80- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
81- chmod +x ./cc-test-reporter
82- ./cc-test-reporter before-build
8379 RUBYOPT='-W:no-deprecated -W:no-experimental' bundle exec rspec
84- ./cc-test-reporter after-build --exit-code $?
8580
8681 - name : Archive selenium screenshots
8782 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments