Skip to content

Commit

Permalink
turn on --nocontainer tests
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Oct 3, 2024
1 parent 27d514b commit 4390115
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 @@ -11,10 +11,14 @@ jobs:
sudo apt-get update
sudo apt-get install bats bash codespell python3-argcomplete
make install-requirements
- name: run test
- name: run bats
run: |
make validate
make bats
- name: bats-nocontainer
run: |
make install-requirements
make bats-nocontainer
macos:
runs-on: macos-14
Expand All @@ -25,7 +29,7 @@ jobs:
run: |
brew install go
make install-requirements
- name: Run a one-line script
- name: Run tests
shell: bash
run: make validate
# FIXME: ci script should be able to run on MAC.
Expand Down

0 comments on commit 4390115

Please sign in to comment.