Skip to content

ci: split tests per os for badges #3

ci: split tests per os for badges

ci: split tests per os for badges #3

Workflow file for this run

name: "macOS Tests"
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: "20 04 * * *"
push:
branches:
- master
jobs:
macos-e2e:
name: "Run e2e tests"
uses: ./.github/workflows/main.yaml

Check failure on line 15 in .github/workflows/tests-macos.yaml

View workflow run for this annotation

GitHub Actions / macOS Tests

Invalid workflow file

The workflow is not valid. In .github/workflows/tests-macos.yaml (Line: 15, Col: 11): Error from called workflow bukowa/tauri-e2e/.github/workflows/main.yaml@1527290ce38836f0031cb68fdd410fb665e8b705 (Line: 49, Col: 13): Unrecognized named-value: 'input'. Located at position 1 within expression: input.os != windows-latest In .github/workflows/tests-macos.yaml (Line: 15, Col: 11): Error from called workflow bukowa/tauri-e2e/.github/workflows/main.yaml@1527290ce38836f0031cb68fdd410fb665e8b705 (Line: 57, Col: 13): Unrecognized named-value: 'input'. Located at position 1 within expression: input.os == 'ubuntu-latest'
with:
os: macos-latest