From e7529ca409c8b248d60fe566711f5b88dca7d334 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 15 Oct 2024 09:24:03 -0400 Subject: [PATCH] turn on --nocontainer tests Signed-off-by: Daniel J Walsh --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2a7cfb..980e156 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: shell: bash run: | sudo apt-get update - sudo apt-get install bats bash codespell python3-argcomplete + sudo apt-get install bats bash codespell python3-argcomplete pipx make install-requirements - name: Print disk space before cleanup shell: bash @@ -42,10 +42,14 @@ jobs: run: | df -h - - name: run test + - name: run bats run: | make validate make bats + - name: bats-nocontainer + run: | + pip install tqdm --break-system-packages + make bats-nocontainer macos: runs-on: macos-14