From c45657d877e253dd367eab75f28a0395e6210e61 Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:49:34 +0100 Subject: [PATCH] typo --- .github/workflows/ci-testing-deploy.yml | 70 ++++++++++++------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 70ca02e07af..809046ec419 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -348,7 +348,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/webserver.bash test_with_db 01 - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -390,7 +390,7 @@ jobs: - name: test run: ./ci/github/unit-testing/webserver.bash test_with_db 02 - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -432,7 +432,7 @@ jobs: - name: test run: ./ci/github/unit-testing/webserver.bash test_with_db 03 - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -522,7 +522,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/storage.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -569,7 +569,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/agent.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -611,7 +611,7 @@ jobs: - name: test run: ./ci/github/unit-testing/api.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -659,7 +659,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/api-server.bash openapi-diff - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -704,7 +704,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/autoscaling.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -755,7 +755,7 @@ jobs: name: ${{ github.job }}_docker_logs path: ./services/catalog/test_failures - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -811,7 +811,7 @@ jobs: pushd services/clusters-keeper && \ make test-ci-unit - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -862,7 +862,7 @@ jobs: name: ${{ github.job }}_docker_logs path: ./services/datcore-adapter/test_failures - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -913,7 +913,7 @@ jobs: name: ${{ github.job }}_docker_logs path: ./services/director/test_failures - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -964,7 +964,7 @@ jobs: name: ${{ github.job }}_docker_logs path: ./services/director-v2/test_failures - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1009,7 +1009,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/aws-library.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1054,7 +1054,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/dask-task-models-library.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1099,7 +1099,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/dask-sidecar.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1144,7 +1144,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/payments.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1189,7 +1189,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/dynamic-scheduler.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1244,7 +1244,7 @@ jobs: pushd services/resource-usage-tracker && \ make test-ci-unit - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1289,7 +1289,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/dynamic-sidecar.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1345,7 +1345,7 @@ jobs: pushd services/efs-guardian && \ make test-ci-unit - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1425,7 +1425,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/postgres-database.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1470,7 +1470,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/invitations.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1515,7 +1515,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/service-integration.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1560,7 +1560,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/service-library.bash test_all - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1605,7 +1605,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/settings-library.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1649,7 +1649,7 @@ jobs: - name: test run: ./ci/github/unit-testing/models-library.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1737,7 +1737,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/notifications-library.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1784,7 +1784,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/unit-testing/simcore-sdk.bash test - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1896,7 +1896,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/integration-testing/webserver.bash clean_up - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -1960,7 +1960,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/integration-testing/webserver.bash clean_up - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -2024,7 +2024,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/integration-testing/director-v2.bash clean_up - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -2097,7 +2097,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/integration-testing/director-v2.bash clean_up - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -2163,7 +2163,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/integration-testing/dynamic-sidecar.bash clean_up - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -2227,7 +2227,7 @@ jobs: if: ${{ !cancelled() }} run: ./ci/github/integration-testing/simcore-sdk.bash clean_up - uses: codecov/codecov-action@v5 - if: ${{ !cancelled }} + if: ${{ !cancelled() }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: