Skip to content

Create json

Create json #1

Workflow file for this run

name: Run Tests
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main", "improve-actions" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
create-service-json:
uses: ./.github/workflows/create-service-json.yml
secrets: inherit
run-tests:
uses: ./.github/workflows/run-tests.yml

Check failure on line 21 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/tests.yml" -> "./.github/workflows/run-tests.yml" : failed to fetch workflow: workflow was not found.
needs: create-service-json
secrets: inherit