Skip to content

wip: add fancy integration tests #14

wip: add fancy integration tests

wip: add fancy integration tests #14

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
needs: [build, test]
with:
tags-policy: type=edge,branch=main
secrets: inherit

Check failure on line 22 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. .github/workflows/push_main.yml (Line: 22, Col: 16): Invalid input, secrets is not defined in the referenced workflow.