Skip to content

Commit

Permalink
PB-37351: Fixed workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnobutrul committed Dec 30, 2024
1 parent b8cf87b commit 590fde9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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: ruby/setup-ruby@v1
runs-on: ubuntu-latest
strategy:
matrix:
test_name:
Expand All @@ -19,12 +19,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: "3.4.1"
- env:
PASSBOLT_FLAVOUR: "ce"
ROOTLESS: ${{ matrix.rootless }}
TEST_NAME: ${{ matrix.test_name }}
with:
ruby-version: "3.4.1"
run: |
bundle install
bundle exec rake spec:$TEST_NAME

0 comments on commit 590fde9

Please sign in to comment.