Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bskim45 committed Sep 15, 2024
1 parent 9f16ed1 commit 536f189
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
env:
KEY_JSON: ${{ secrets.TEST_SERVICE_ACCOUNT_KEY }}

# https://github.com/fastlane/fastlane/issues/21944#issuecomment-2045244250
# Remove when https://github.com/fastlane/fastlane/pull/21950 gets released
- name: Workaround for fastlane issue
if: matrix.ruby-version == '2.6' || matrix.ruby-version == '2.7'
run: |
echo "RUBYOPT=-rostruct" >> $GITHUB_ENV
- name: Run tests
run: bundle exec rake
env:
Expand All @@ -48,5 +55,6 @@ jobs:
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"

- uses: paambaati/codeclimate-action@v9.0.0
if: matrix.ruby-version == '3.1'
env:
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"

0 comments on commit 536f189

Please sign in to comment.