Skip to content

Fix tests

Fix tests #97

Workflow file for this run

jobs:
comment-on-pr:
if: github.event.pull_request.head.repo.full_name != github.repository
name: comment-on-pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Comment PR
uses: thollander/actions-comment-pull-request@1.0.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |-
PR is now waiting for a maintainer to run the acceptance tests.
**Note for the maintainer:** To run the acceptance tests, please comment */run-example-tests* on the PR
name: New Pull request Open
"on":
pull_request_target: {}