Skip to content

Commit b8cf87b

Browse files
committed
PB-37351: Use ruby/setup-ruby runner
1 parent 156d29a commit b8cf87b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/push_pr_main.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
lint:
77
name: Passbolt CE Rootless-${{ matrix.rootless}} ${{ matrix.test_name }}
8-
runs-on: ubuntu-latest
8+
runs-on: ruby/setup-ruby@v1
99
strategy:
1010
matrix:
1111
test_name:
@@ -23,6 +23,8 @@ jobs:
2323
PASSBOLT_FLAVOUR: "ce"
2424
ROOTLESS: ${{ matrix.rootless }}
2525
TEST_NAME: ${{ matrix.test_name }}
26+
with:
27+
ruby-version: "3.4.1"
2628
run: |
2729
bundle install
28-
rake spec:$TEST_NAME
30+
bundle exec rake spec:$TEST_NAME

0 commit comments

Comments
 (0)