Skip to content

test unit test workflow #1

test unit test workflow

test unit test workflow #1

Workflow file for this run

name: Release Package & Docker Images
on:
push:
branches:
- main
# - release
jobs:
setup-and-test:
uses: ./.github/workflows/unit-test.yml

Check failure on line 9 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release Package & Docker Images

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 9, Col: 15): Error from called workflow Admyral-Security/admyral/.github/workflows/unit-test.yml@86eb28617153ddc31c1a201840f5e29fa24aadf6 (Line: 6, Col: 17): Required property is missing: type In .github/workflows/release.yml (Line: 9, Col: 15): Error from called workflow Admyral-Security/admyral/.github/workflows/unit-test.yml@86eb28617153ddc31c1a201840f5e29fa24aadf6 (Line: 10, Col: 17): Required property is missing: type
with:
os: ubuntu-latest
secrets: inherit
# TODO: WIP
# publish-python-package:
# if: github.repository == 'Admyral-Security/admyral'
# needs:
# - setup-and-test
# uses: ./.github/workflows/publish-to-pypi.yml
# secrets: inherit
# TODO: WIP
# publish-docker-images:
# if: github.repository == 'Admyral-Security/admyral'
# needs:
# - setup-and-test
# uses: ./.github/workflows/publish-docker-images.yml
# secrets: inherit