Skip to content

Update workflow actions to separate repo #1

Update workflow actions to separate repo

Update workflow actions to separate repo #1

Workflow file for this run

name: Run tests on a branch when pushed or PR'd
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
on:
push:
branches: [ main, workflows ]
pull_request:
branches: [ main, workflows ]
jobs:
call_tester:
name: Run unit tests on $BRANCH_NAME branch
uses: avstack-lab/workflows/.github/workflows/test_on_branch_with_uv@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/unit_test.yml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
with:
branch: $BRANCH_NAME
os: ubuntu-22.04