Skip to content

Commit f7add5e

Browse files
committed
unit-tests.yml: test-drive early exit failure
1 parent 95da6e0 commit f7add5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
runVcpkgInstall: true
8383
# Release 2023.04.15
8484
vcpkgGitCommitId: '501db0f17ef6df184fcdbfbe0f87cde2313b6ab1'
85+
- name: Test-drive early exit with failure
86+
run: exit 1
8587
- name: Patch vcpkg library headers with patchelf
8688
run: |
8789
cd vcpkg
@@ -90,7 +92,7 @@ jobs:
9092
- uses: actions/setup-python@v4
9193
with:
9294
python-version: ${{ matrix.python-version }}
93-
cache: 'pip
95+
cache: 'pip'
9496
- name: Upgrade pip to v23+
9597
run: |
9698
pip install --upgrade pip

0 commit comments

Comments
 (0)