rhoerr is running Integration Tests #56
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Integration Tests (Using Nx) | |
run-name: ${{ github.actor }} is running Integration Tests | |
on: | |
pull_request: | |
branches: ["**"] | |
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 }} |