Skip to content

Start BaaS test server (test) #9152

Start BaaS test server (test)

Start BaaS test server (test) #9152

Workflow file for this run

name: Start BaaS test server (test)
on:
workflow_dispatch:
inputs:
branch:
type: string
description: BaaS branch to use when starting the server
default: master
githash:
type: string
description: Specific githash to use when starting the server (this is used instead of branch if provided)
jobs:
server:
name: Run test server
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Start BaaS test server
id: baas
uses: ./.github/actions/baas-test-server
- run: curl ${{ baas.outputs.baas-url }}/api/private/v1.0/version

Check failure on line 23 in .github/workflows/test-server.yml

View workflow run for this annotation

GitHub Actions / Start BaaS test server (test)

Invalid workflow file

The workflow is not valid. .github/workflows/test-server.yml (Line: 23, Col: 14): Unrecognized named-value: 'baas'. Located at position 1 within expression: baas.outputs.baas-url