Skip to content

Moved HOME variable from job config section back to the steps #17

Moved HOME variable from job config section back to the steps

Moved HOME variable from job config section back to the steps #17

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