ci: split tests per os for badges #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Linux Tests" | ||
on: | ||
workflow_call: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "20 04 * * *" | ||
push: | ||
branches: | ||
- master | ||
jobs: | ||
linux-e2e: | ||
name: "Run e2e tests" | ||
uses: ./.github/workflows/main.yaml | ||
Check failure on line 15 in .github/workflows/tests-linux.yaml GitHub Actions / Linux TestsInvalid workflow file
|
||
with: | ||
os: ubuntu-latest |