Skip to content

Commit

Permalink
secret added2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr Behmanesh Fard committed Apr 20, 2024
1 parent 6b8217d commit e9f506c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
bundle exec rspec
- name: Download and install Code Climate test reporter
run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > "${HOME}/bin/cc-test-reporter" &&
chmod +x "${HOME}/bin/cc-test-reporter"
- name: Run before-build command
run: ./cc-test-reporter before-build
- name: Run after-build command
Expand Down

0 comments on commit e9f506c

Please sign in to comment.