We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156d29a commit b8cf87bCopy full SHA for b8cf87b
.github/workflows/push_pr_main.yaml
@@ -5,7 +5,7 @@ on: push
5
jobs:
6
lint:
7
name: Passbolt CE Rootless-${{ matrix.rootless}} ${{ matrix.test_name }}
8
- runs-on: ubuntu-latest
+ runs-on: ruby/setup-ruby@v1
9
strategy:
10
matrix:
11
test_name:
@@ -23,6 +23,8 @@ jobs:
23
PASSBOLT_FLAVOUR: "ce"
24
ROOTLESS: ${{ matrix.rootless }}
25
TEST_NAME: ${{ matrix.test_name }}
26
+ with:
27
+ ruby-version: "3.4.1"
28
run: |
29
bundle install
- rake spec:$TEST_NAME
30
+ bundle exec rake spec:$TEST_NAME
0 commit comments