Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

baseline for protocol evaluation #1

baseline for protocol evaluation

baseline for protocol evaluation #1

Workflow file for this run

name: Test PR
on:
pull_request_target:
workflow_call:
jobs:
test-protocol-with-repo-variables:
if: vars.use_custom_variables
runs-on: ubuntu-latest
steps:
- run: |
export PROTOCOL=${{vars.PROCOL}} && ./tests/setup_and_run.sh
test-protocol-with-repo-variables:
if: ! vars.use_custom_variables

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

View workflow run for this annotation

GitHub Actions / .github/workflows/autotest.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
runs-on: ubuntu-latest
steps:
- run: |
source env.sh && ./tests/setup_and_run.sh