Skip to content

Commit

Permalink
Use ruby:3.2 container
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed May 27, 2023
1 parent 9b5373b commit 1e9f352
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,13 @@ jobs:
test-on-linux:
needs: build
runs-on: ubuntu-latest
container: ruby:3.2
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: rf-${{ github.sha }}-linux-amd64
path: build/bin
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install dependencies
run: bundle install
- name: Run test
Expand All @@ -73,16 +70,13 @@ jobs:
test-on-macos:
needs: build
runs-on: macos-latest
container: ruby:3.2
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: rf-${{ github.sha }}-darwin-amd64
path: build/bin
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install dependencies
run: bundle install
- name: Run test
Expand Down

0 comments on commit 1e9f352

Please sign in to comment.