Skip to content

Moved tests to the project's root dir and modified workflows accordingly #22

Moved tests to the project's root dir and modified workflows accordingly

Moved tests to the project's root dir and modified workflows accordingly #22

name: TestAndBuild
on:
push:
branches: [ workflow-and-tests ]
workflow_dispatch:
jobs:
call-test-workflow:
uses: ./.github/workflows/test.yml
secrets: inherit
#call-release-workflow:
# uses: ./.github/workflows/release.yml
# needs: call-test-workflow
# secrets: inherit