Skip to content

wip: add fancy integration tests #11

wip: add fancy integration tests

wip: add fancy integration tests #11

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@a43ddb3c672d6cf247d20bfbed0c759200b46824 (Line: 65, Col: 5): Unexpected value 'matrix'
needs: build
deploy:
uses: ./.github/workflows/deploy.yml
needs: [build, test]
with:
tags-policy: type=edge,branch=main
secrets: inherit