Skip to content

Commit

Permalink
Don't run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLyon committed Oct 25, 2023
1 parent 9fc3974 commit f3b510a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validateDevcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit f3b510a

Please sign in to comment.