Skip to content

Commit

Permalink
updated CI to update SSL certificates to fix openSSL errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 23, 2024
1 parent f811abb commit 055ed40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
TEST_TYPE: ${{ matrix.type }}
RUBY_VERSION: ${{ matrix.ruby }}
run: |
apt-get update
apt-get install ca-certificates
mkdir junit
bundle exec parallel_rspec --prefix-output-with-test-env-number --first-is-1 -- spec/${{ matrix.type }}
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 055ed40

Please sign in to comment.