Test improvements #1547
Workflow file for this run
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: Tests Main | ||
on: | ||
push: | ||
branches: [ "master" ] | ||
pull_request: | ||
branches: [ "*" ] | ||
jobs: | ||
dev: | ||
uses: ./.github/workflows/tests.yml | ||
Check failure on line 11 in .github/workflows/main.yml GitHub Actions / Tests MainInvalid workflow file
|
||
with: | ||
io: "not io" | ||
os: "ubuntu-latest" |