Skip to content

Test PR

Test PR #3

Workflow file for this run

name: Test PR

Check failure on line 1 in .github/workflows/autotest.yml

View workflow run for this annotation

GitHub Actions / Test PR

Invalid workflow file

The workflow is not valid. .github/workflows/autotest.yml: (Line: 16, Col: 9, Idx: 330) - (Line: 16, Col: 10, Idx: 331): While parsing a tag, did not find expected tag URI.
on:
pull_request_target:
workflow_call:
workflow_dispatch:
jobs:
test-protocol-with-repo-variables:
if: vars.use_custom_variables
runs-on: ubuntu-latest
steps:
- run: |
export PROTOCOL=${{vars.PROTOCOL}} && ./tests/setup_and_run.sh
test-protocol-with-env-variables:
if: ! vars.use_custom_variables
runs-on: ubuntu-latest
steps:
- run: |
source env.sh && ./tests/setup_and_run.sh