From f3b510a7fd4f5fca0ec55791f831dbc91a1a099c Mon Sep 17 00:00:00 2001 From: George Date: Wed, 25 Oct 2023 10:33:24 -0700 Subject: [PATCH] Don't run tests --- .github/workflows/validateDevcontainer.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/validateDevcontainer.yml b/.github/workflows/validateDevcontainer.yml index 1d99f683b0db..8aea0010b2c7 100644 --- a/.github/workflows/validateDevcontainer.yml +++ b/.github/workflows/validateDevcontainer.yml @@ -90,7 +90,6 @@ jobs: export CCACHE_DIR=$PWD/ccache git config --global --add safe.directory $PWD ./.devcontainer/cmake-helper build - ./.devcontainer/cmake-helper test - name: Log errors in a separate task if: failure() && steps.check-targets.outcome == 'failure' @@ -101,7 +100,6 @@ jobs: export CCACHE_DIR=$PWD/ccache git config --global --add safe.directory $PWD ./.devcontainer/cmake-helper build - ./.devcontainer/cmake-helper test - name: Clean up ccache uses: devcontainers/ci@v0.3