Skip to content

Commit

Permalink
chore: OpenActive Test Suite in CI (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Jan 31, 2025
1 parent b424834 commit 278d69a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/openactive-test-suite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Run OpenActive Test Suite

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
openactive-test-suite:
uses: openactive/openactive-test-suite/.github/workflows/test-and-publish.yml@master
with:
quick_test: true
data-model-validator_ref: ${{ github.ref }}

0 comments on commit 278d69a

Please sign in to comment.