Skip to content

adamzero1 is running Integration Tests #16

adamzero1 is running Integration Tests

adamzero1 is running Integration Tests #16

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 }}
wait-for-result:
name: Wait For Result
needs: call-workflow
runs-on: ubuntu-latest
steps:
- name: "Wait"
shell: bash
run: |
echo "got result"