Skip to content

Merge pull request #99 from rhoerr/workflow-all-branches #54

Merge pull request #99 from rhoerr/workflow-all-branches

Merge pull request #99 from rhoerr/workflow-all-branches #54

name: Integration Tests (Using Nx)
run-name: ${{ github.actor }} is running Integration Tests
on:
pull_request:
branches:
- *

Check failure on line 6 in .github/workflows/nx-integration-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nx-integration-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
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 }}