Skip to content

Commit

Permalink
added ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Mar 21, 2024
1 parent 7235d5c commit 162c972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: docker://itisfoundation/ci-service-integration-library:v1.0.3-dev-10
with:
args: ooil compose
- name: Run local tests
run: ./scripts/ci/run_tests.sh
- name: Build all images if multiple
uses: docker://itisfoundation/ci-service-integration-library:v1.0.3-dev-10
with:
Expand Down
5 changes: 5 additions & 0 deletions scripts/ci/run_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#/bin/sh
make .venv
source .venv/bin/activate
make install-dev
make tests-local

0 comments on commit 162c972

Please sign in to comment.