Skip to content

Commit

Permalink
Add checkout WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
griffri committed Sep 4, 2024
1 parent dea7225 commit 09cfab1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dispatch_tests.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 09cfab1

Please sign in to comment.