Skip to content

Commit 639b6ac

Browse files
committed
simplify
1 parent b83776b commit 639b6ac

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ubuntu-tests.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ jobs:
157157
- name: Checkout
158158
uses: actions/checkout@v4
159159
with:
160-
path: containers/toolbox
161160
submodules: true
162161

163162
- name: Install deb packages
@@ -184,27 +183,22 @@ jobs:
184183
185184
- name: Download Go modules
186185
run: go mod download -x
187-
working-directory: containers/toolbox/src
186+
working-directory: src
188187

189188
- name: Set up build directory
190189
run: meson setup --fatal-meson-warnings builddir
191-
working-directory: containers/toolbox
192190

193191
- name: Build
194192
run: meson compile -C builddir --verbose
195-
working-directory: containers/toolbox
196193

197194
- name: Install
198195
run: sudo meson install -C builddir
199-
working-directory: containers/toolbox
200196

201197
- name: Unit tests
202198
run: meson test -C builddir --verbose
203-
working-directory: containers/toolbox
204199

205200
- name: System tests
206201
run: bats --timing test/system/001-version.bats test/system/002-help.bats test/system/108-completion.bats
207202
env:
208203
TMPDIR: /var/tmp
209204
TOOLBX: /usr/local/bin/toolbox
210-
working-directory: containers/toolbox

0 commit comments

Comments
 (0)