Skip to content

wip: add fancy integration tests #15

wip: add fancy integration tests

wip: add fancy integration tests #15

Workflow file for this run

name: Build, Test and Publish edge
on:
push:
branches: ["main", "add-fancy-tests"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
needs: build
deploy:
uses: ./.github/workflows/deploy.yml

Check failure on line 18 in .github/workflows/push_main.yml

View workflow run for this annotation

GitHub Actions / Build, Test and Publish edge

Invalid workflow file

The workflow is not valid. In .github/workflows/push_main.yml (Line: 18, Col: 11): Error from called workflow pkarolyi/garden-snail/.github/workflows/deploy.yml@3f1814f8a3730089d16b70e52f7f0de7f4776a28 (Line: 11, Col: 3): The workflow must contain at least one job with no dependencies.
needs: [build, test]
secrets: inherit
with:
tags-policy: type=edge,branch=main