Skip to content

Commit b9fbf2f

Browse files
committed
test: ci pipeline break
1 parent d2c3c6b commit b9fbf2f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

devenv.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,12 @@ in {
616616
./dist/https-wrench jwtinfo --request-url "$REQ_URL" --request-values-json "$JWTINFO_TEST_KEYCLOAK" --validation-url "$VALIDATION_URL"
617617
'';
618618

619+
scripts.test-pipeline-break.exec = ''
620+
echo "Testing pipeline break"
621+
622+
exit 1
623+
'';
624+
619625
scripts.run-go-tests.exec = ''
620626
gum format "## Run GO tests"
621627
@@ -663,8 +669,11 @@ in {
663669
gum format "# Running tests"
664670
echo "About to run tests"
665671
672+
test-pipeline-break
673+
666674
build
667675
676+
668677
#run-go-tests
669678
670679
# test-cmd-root-version

0 commit comments

Comments
 (0)