Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Mar 21, 2024
1 parent 5e578de commit cbafd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout repo content
uses: actions/checkout@v2
- name: run tests
run: ./scripts/ci/run_tests.sh
- name: ooil version
uses: docker://itisfoundation/ci-service-integration-library:v1.0.3-dev-10
with:
Expand All @@ -16,8 +18,6 @@ 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

0 comments on commit cbafd57

Please sign in to comment.