Skip to content

Commit

Permalink
Test Lost Pixel Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Aug 7, 2024
1 parent c023b28 commit 14c7f93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/validator-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
path: data-model-validator
repository: openactive/data-model-validator
ref: ci/lost-pixel

- name: Use Node.js 14.x
uses: actions/setup-node@v1
Expand All @@ -37,3 +38,12 @@ jobs:
- name: Test
run: npm test
working-directory: data-model-validator

- name: Start server (in background)
run: npm run start &
working-directory: data-model-validator

- name: Lost Pixel
uses: lost-pixel/[email protected]
env:
LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}

0 comments on commit 14c7f93

Please sign in to comment.