Skip to content

Test 007-Solenoid

Test 007-Solenoid #77

Workflow file for this run

name: Test 007-Solenoid
on:
workflow_run:
workflows: [ "SAD Docker Build" ]
types: [ completed ]
schedule:
- cron: '0 2 * * *' # daily at 02:00 UTC
workflow_dispatch: {}
permissions:
contents: read
packages: read
concurrency:
group: test-007-sol-${{ github.ref }}
cancel-in-progress: true
jobs:
drift:
# if triggered by workflow_run, only run when rebuild succeeded
if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/_test_template.yml
with:
pull_tag: latest
test_files: |
# List the relevant tests here (exact paths)
tests/test_007a_sol_off_geo_in_in.py
tests/test_007b_sol_off_geo_in_out.py
tests/test_007c_sol_off_geo_out_in.py
tests/test_007d_sol_off_geo_out_out.py
tests/test_007e_sol_on.py
secrets: inherit