Skip to content

Commit

Permalink
Exercise Dockerfile on GitHub Actions (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jun 7, 2024
1 parent 7034512 commit 286b500
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@ jobs:
# is not recognized, `ctest` will successfully exit finding no tests.
# Better to be sure and `cd` all the time here.
- run: cd ./build && ctest --build-config Release --output-on-failure --parallel

docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker build --tag jsonschema .
- run: docker run --interactive --volume "$PWD:/schema" jsonschema

0 comments on commit 286b500

Please sign in to comment.