diff --git a/.github/workflows/dispatch_tests.yml b/.github/workflows/dispatch_tests.yml new file mode 100644 index 00000000..be74d987 --- /dev/null +++ b/.github/workflows/dispatch_tests.yml @@ -0,0 +1,20 @@ +name: Run Automated Tests +on: + push: + branches: [ "main", "develop" ] + tags: [ "v*" ] + pull_request: + branches: [ "main", "develop" ] + paths-ignore: + - "docs/**" + - "scripts/**" + +jobs: + test-playwright: + runs-on: ubuntu-latest + needs: test-dotnet + steps: + - uses: actions/checkout@v4 + with: + ssh-key: ${{ secrets.SSH_TESTS_PRIVATE_KEY }} + repository: dlcs/iiif-presentation-tests \ No newline at end of file