We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eec9ef commit a7ca067Copy full SHA for a7ca067
.github/workflows/push_pr_main.yaml
@@ -22,12 +22,12 @@ jobs:
22
- name: Set up Ruby ${{ matrix.ruby-version }}
23
uses: ruby/setup-ruby@v1
24
with:
25
- ruby-version: "3.4.1"
+ ruby-version: "3.3.5"
26
+ bundler-cache: true
27
- env:
28
PASSBOLT_COMPONENT: "stable"
29
PASSBOLT_FLAVOUR: "ce"
30
ROOTLESS: ${{ matrix.rootless }}
31
TEST_NAME: ${{ matrix.test_name }}
32
run: |
- bundle install
33
bundle exec rake spec:$TEST_NAME
0 commit comments