Skip to content

Commit

Permalink
Create nx-integration-tests.yml (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzero1 authored Dec 4, 2023
1 parent b6cc3c5 commit fdbc879
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/nx-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit fdbc879

Please sign in to comment.