Skip to content

wip: add fancy integration tests #12

wip: add fancy integration tests

wip: add fancy integration tests #12

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

Check failure on line 15 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: 15, Col: 11): Error from called workflow pkarolyi/garden-snail/.github/workflows/test.yml@084bee3d0a9878f25a9dd23815eddfa69bd7ea04 (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
needs: build
deploy:
uses: ./.github/workflows/deploy.yml
needs: [build, test]
with:
tags-policy: type=edge,branch=main
secrets: inherit