ruby/setup-ruby doesn't work on self-hosted runner

error: The environment variable ImageOS must be set
pull/9421/head
Markus Kahl 3 years ago
parent 9335b0b012
commit 8fdc9a8d62
  1. 4
      .github/workflows/test-core.yml

@ -87,11 +87,11 @@ jobs:
api-spec:
name: APIv3 specification (OpenAPI 3.0)
if: github.repository == 'opf/openproject'
runs-on: [self-hosted-autoscale]
runs-on: [ubuntu-latest]
steps:
- uses: ruby/setup-ruby@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- uses: ruby/setup-ruby@v1
- run: ./script/api/validate_spec

Loading…
Cancel
Save