Skip to content

Commit

Permalink
remove some todos
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl authored and domdinicola committed Sep 25, 2024
1 parent cd69688 commit 3effb7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Check
continue-on-error: true # TODO
run: |
docker run --rm -i \
${{ vars.DOCKERHUB_ORGANIZATION }}/hope-support-images:flex-registration-${{ github.sha }}-dev \
Expand Down Expand Up @@ -128,7 +127,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Unit tests
continue-on-error: true # TODO
run: |
backend_image=${{ vars.DOCKERHUB_ORGANIZATION }}/hope-support-images:flex-registration-${{ github.sha }}-dev docker compose \
-f ./ops/compose.test.yml \
Expand Down

0 comments on commit 3effb7a

Please sign in to comment.