Skip to content

Commit 31027c1

Browse files
committed
fix attempt for code climate test reporter download
1 parent 3dc8f06 commit 31027c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
RUN_SIMPLECOV: true
7878
CC_TEST_REPORTER_ID: 31464536e34ab26588cb951d0fa6b5898abdf401dbe912fd47274df298e432ac
7979
run: |
80-
curl -fsSL https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 -o ./cc-test-reporter
80+
curl -fsSL https://github.com/codeclimate/test-reporter/releases/latest/download/cc-test-reporter-linux-amd64 -o ./cc-test-reporter
8181
chmod +x ./cc-test-reporter
8282
./cc-test-reporter before-build
8383
RUBYOPT='-W:no-deprecated -W:no-experimental' bundle exec rspec

0 commit comments

Comments
 (0)