Skip to content

Update test-comment.yaml #3

Update test-comment.yaml

Update test-comment.yaml #3

Workflow file for this run

name: "All post-commit tests via comment"
on:
issue_comment:
types: [created]
jobs:
test:
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test')
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: |
echo "Testing..."
ls
trigger-tests:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test')
uses: ./.github/workflows/all-post-commit-tests.yaml
build-type: Release

Check failure on line 23 in .github/workflows/test-comment.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-comment.yaml

Invalid workflow file

You have an error in your yaml syntax on line 23