name: "Test" on: pull_request: workflow_dispatch: push: branches: - main - 'releases/*' jobs: # test action works running from the graph test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ./ with: filePath: "test"