Skip to content

Fix runner version to macos-13, as setup-python only support >=3.11 o… #2

Fix runner version to macos-13, as setup-python only support >=3.11 o…

Fix runner version to macos-13, as setup-python only support >=3.11 o… #2

Workflow file for this run

name: Linux
on:
push:
pull_request:
branches: [ develop ]
jobs:
Coverage:
uses: ./.github/workflows/change-coverage.yml
with:
os: "ubuntu-latest"
workpath: "/home/runner/work/doorstop/doorstop"
secrets:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

Check failure on line 15 in .github/workflows/test-linux.yml

View workflow run for this annotation

GitHub Actions / Linux

Invalid workflow file

The workflow is not valid. .github/workflows/test-linux.yml (Line: 15, Col: 22): Invalid secret, CODECOV_TOKEN is not defined in the referenced workflow.
Test:
uses: ./.github/workflows/execute-tests.yml
with:
os: "ubuntu-latest"
workpath: "/home/runner/work/doorstop/doorstop"