Skip to content

Link global playwright to local project after all #29

Link global playwright to local project after all

Link global playwright to local project after all #29

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