File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ jobs:
157
157
- name : Checkout
158
158
uses : actions/checkout@v4
159
159
with :
160
- path : containers/toolbox
161
160
submodules : true
162
161
163
162
- name : Install deb packages
@@ -184,27 +183,22 @@ jobs:
184
183
185
184
- name : Download Go modules
186
185
run : go mod download -x
187
- working-directory : containers/toolbox/ src
186
+ working-directory : src
188
187
189
188
- name : Set up build directory
190
189
run : meson setup --fatal-meson-warnings builddir
191
- working-directory : containers/toolbox
192
190
193
191
- name : Build
194
192
run : meson compile -C builddir --verbose
195
- working-directory : containers/toolbox
196
193
197
194
- name : Install
198
195
run : sudo meson install -C builddir
199
- working-directory : containers/toolbox
200
196
201
197
- name : Unit tests
202
198
run : meson test -C builddir --verbose
203
- working-directory : containers/toolbox
204
199
205
200
- name : System tests
206
201
run : bats --timing test/system/001-version.bats test/system/002-help.bats test/system/108-completion.bats
207
202
env :
208
203
TMPDIR : /var/tmp
209
204
TOOLBX : /usr/local/bin/toolbox
210
- working-directory : containers/toolbox
You can’t perform that action at this time.
0 commit comments