Skip to content

Use GHA to test my code #1

Use GHA to test my code

Use GHA to test my code #1

Workflow file for this run

name: testing
on:
push:
branches: [main, test-me-*]
tags:
pull_request:
jobs:
main:
uses: ./.github/workflows/tox.yml

Check failure on line 11 in .github/workflows/testing.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/testing.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/testing.yaml" -> "./.github/workflows/tox.yml" : failed to fetch workflow: workflow was not found.
with:
env: '["py310", "py311", "py312"]'