Skip to content

Commit

Permalink
Merge pull request #189 from ifad/chore/improve-ci
Browse files Browse the repository at this point in the history
Update workflow actions
  • Loading branch information
tagliala authored Nov 27, 2022
2 parents 20c152d + e218aad commit 9fff3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Database
run: |
psql -c "CREATE ROLE runner SUPERUSER LOGIN CREATEDB;" -U postgres -h localhost
Expand All @@ -116,7 +116,7 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run specs and publish code coverage
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: dedfb7472ee410eec459bff3681d9a8fd8dd237e9bd7e8675a7c8eb7e253bba9
with:
Expand Down

0 comments on commit 9fff3da

Please sign in to comment.