Skip to content

Commit

Permalink
.github/workflows: Try to enable all tests on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Jun 5, 2024
1 parent ec0f4c3 commit be8627b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ubuntu-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@ jobs:
working-directory: containers/toolbox

- name: System tests
run: bats --timing test/system/001-version.bats test/system/002-help.bats test/system/108-completion.bats
run: bats --timing test/system
env:
SHELL: /bin/bash
TMPDIR: /var/tmp
TOOLBX: /usr/local/bin/toolbox
working-directory: containers/toolbox
Expand Down Expand Up @@ -198,7 +199,8 @@ jobs:
run: meson test -C builddir --verbose

- name: System tests
run: bats --timing test/system/001-version.bats test/system/002-help.bats test/system/108-completion.bats
run: bats --timing test/system
env:
SHELL: /bin/bash
TMPDIR: /var/tmp
TOOLBX: /usr/local/bin/toolbox

0 comments on commit be8627b

Please sign in to comment.