-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c023b28
commit 14c7f93
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 }} |