Skip to content

Commit 2b6ce56

Browse files
Actually fix CI test logging
1 parent 07bc1b1 commit 2b6ce56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
with:
1515
submodules: recursive
1616
- name: build
17+
continue-on-error: true
1718
run: |
1819
sudo apt-get install meson
1920
meson setup builddir
2021
meson test -C builddir
2122
- uses: actions/upload-artifact@v4
22-
continue-on-error: true
2323
with:
2424
name: sh_integration-tests_logs
2525
path: builddir/meson-logs

0 commit comments

Comments
 (0)