Skip to content

Commit

Permalink
Merge pull request containers#231 from rhatdan/test
Browse files Browse the repository at this point in the history
turn on --nocontainer tests
  • Loading branch information
rhatdan authored Oct 15, 2024
2 parents 9eb13fb + e7529ca commit d5b93d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d5b93d4

Please sign in to comment.