diff --git a/.github/workflows/nx-integration-tests.yml b/.github/workflows/nx-integration-tests.yml new file mode 100644 index 000000000000..0bfe148a81e6 --- /dev/null +++ b/.github/workflows/nx-integration-tests.yml @@ -0,0 +1,19 @@ +name: Integration Tests (Using Nx) +run-name: ${{ github.actor }} is running Integration Tests +on: + pull_request: + branches: + - 2.4-develop + +permissions: + contents: write + +jobs: + call-workflow: + name: Calling Nx integration tests + uses: mage-os/github-actions/.github/workflows/nx-integration-tests.yml@main + secrets: inherit + with: + repository: ${{ github.repository }} + pr_head: ${{ github.event.pull_request.head.sha }} + pr_base: ${{ github.event.pull_request.base.ref }}