Skip to content

Create test workflows #1

Create test workflows

Create test workflows #1

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
paths:
- "**.yml"
pull_request:
paths:
- "**.yml"
defaults:
run:
shell: bash
jobs:
test-cache:
uses: ./.github/workflows/env.yml

Check failure on line 17 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yml" -> "./.github/workflows/env.yml" (source branch with sha:9b5ac0800cb310e2093808044d829b86b9f10856) : You have an error in your yaml syntax on line 15
with:
cache: "true"
test-no-cache:
uses: ./.github/workflows/env.yml
with:
cache: "false"