Skip to content

Commit

Permalink
PB-37351: Use ruby/setup-ruby runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnobutrul committed Dec 30, 2024
1 parent 156d29a commit b8cf87b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push_pr_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
lint:
name: Passbolt CE Rootless-${{ matrix.rootless}} ${{ matrix.test_name }}
runs-on: ubuntu-latest
runs-on: ruby/setup-ruby@v1
strategy:
matrix:
test_name:
Expand All @@ -23,6 +23,8 @@ jobs:
PASSBOLT_FLAVOUR: "ce"
ROOTLESS: ${{ matrix.rootless }}
TEST_NAME: ${{ matrix.test_name }}
with:
ruby-version: "3.4.1"
run: |
bundle install
rake spec:$TEST_NAME
bundle exec rake spec:$TEST_NAME

0 comments on commit b8cf87b

Please sign in to comment.