Skip to content

Enable locally running CI tests #221

Enable locally running CI tests

Enable locally running CI tests #221

Workflow file for this run

name: pytests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@${{ github.ref }}

Check failure on line 14 in .github/workflows/pytests.yml

View workflow run for this annotation

GitHub Actions / pytests

Invalid workflow file

The workflow is not valid. .github/workflows/pytests.yml (Line: 14, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.ref
with:
dev: true
- name: Run tests
run: |
export GLOCI_REGISTRY_TOKEN="invalid"
make test