Skip to content

Commit 142b895

Browse files
committed
ci: Properly ignore GDC build failures (for now)
1 parent 69c3eab commit 142b895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ jobs:
66
build-debian-testing:
77
name: Debian Testing
88
runs-on: ubuntu-latest
9-
continue-on-error: ${{ matrix.dc == 'gdc' }}
109
strategy:
1110
matrix:
1211
dc: [ldc, gdc]
12+
1313
steps:
1414
- uses: actions/checkout@v2
1515

1616
- name: Create Build Environment
1717
run: cd tests/ci/ && docker build -t asgen -f ./Dockerfile .
1818

1919
- name: Build & Test
20+
continue-on-error: ${{ matrix.dc == 'gdc' }}
2021
run: docker run -t -e DC=${{ matrix.dc }} -v `pwd`:/build asgen
2122
./tests/ci/build-and-test.sh

0 commit comments

Comments
 (0)