Skip to content

PB-37351: Use ruby/setup-ruby runner #3

PB-37351: Use ruby/setup-ruby runner

PB-37351: Use ruby/setup-ruby runner #3

Workflow file for this run

name: Push & PR to the main branch
on: push
jobs:
lint:
name: Passbolt CE Rootless-${{ matrix.rootless}} ${{ matrix.test_name }}
runs-on: ruby/setup-ruby@v1
strategy:
matrix:
test_name:
[
"docker_image",
"docker_runtime",
"docker_runtime_no_envs",
"docker_runtime_with_passbolt_php",
]
rootless: [true, false]
steps:
- name: Checkout
uses: actions/checkout@v4
- env:
PASSBOLT_FLAVOUR: "ce"
ROOTLESS: ${{ matrix.rootless }}
TEST_NAME: ${{ matrix.test_name }}
with:
ruby-version: "3.4.1"
run: |

Check failure on line 28 in .github/workflows/push_pr_main.yaml

View workflow run for this annotation

GitHub Actions / Push & PR to the main branch

Invalid workflow file

The workflow is not valid. .github/workflows/push_pr_main.yaml (Line: 28, Col: 9): Unexpected value 'run' .github/workflows/push_pr_main.yaml (Line: 22, Col: 9): Required property is missing: uses
bundle install
bundle exec rake spec:$TEST_NAME