Skip to content

Test and publish

Test and publish #1

name: Test and publish
on:
workflow_call:
workflow_dispatch:
# push:
# branches:
# - main
jobs:
TestCommon:
uses: ./.github/workflows/TestCommon.yml
TestUnity3d:

Check failure on line 13 in .github/workflows/TestAndPublish.yml

View workflow run for this annotation

GitHub Actions / Test and publish

Invalid workflow file

The workflow is not valid. .github/workflows/TestAndPublish.yml (Line: 13, Col: 5): Error calling workflow 'PereViader/PereViader.Utils/.github/workflows/TestUnity3d.yml@1e3d2ea947323369f71b1723170c9556ac13249a'. The nested job 'TestUnity3d' is requesting 'checks: write', but is only allowed 'checks: none'.
uses: ./.github/workflows/TestUnity3d.yml
PublishNugetPackage:
needs: [TestCommon, TestUnity3d]
uses: ./.github/workflows/PublishNugetPackage.yml
PublishUnity3dPackage:
needs: [PublishNugetPackage]
uses: ./.github/workflows/PublishUnity3dPackage.yml