Skip to content

Commit

Permalink
test container building
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Feb 1, 2023
1 parent e9fd69b commit 4341643
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,10 @@ jobs:
env:
RELEASE_SKIP: head
run: ./release-test.sh

build_test_container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build & test schema_salad container
run: ./build-schema_salad-docker.sh

0 comments on commit 4341643

Please sign in to comment.