-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed .osparc and Makefile structure to that of cookiecutter-jupyter
- Loading branch information
Javier Garcia Ordonez
committed
Aug 28, 2024
1 parent
998ae74
commit 949bc86
Showing
7 changed files
with
62 additions
and
308 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
{{cookiecutter.project_slug}}/.github/workflows/check-image.yml
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Build and check image | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
verify-image-build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo content | ||
uses: actions/checkout@v2 | ||
- name: ooil version | ||
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4 | ||
with: | ||
args: ooil --version | ||
- name: Assemble docker compose spec | ||
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4 | ||
with: | ||
args: ooil compose | ||
- name: Build all images if multiple | ||
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4 | ||
with: | ||
args: docker compose build | ||
- name: test | ||
run: make tests |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.