We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c3c6b commit b9fbf2fCopy full SHA for b9fbf2f
1 file changed
devenv.nix
@@ -616,6 +616,12 @@ in {
616
./dist/https-wrench jwtinfo --request-url "$REQ_URL" --request-values-json "$JWTINFO_TEST_KEYCLOAK" --validation-url "$VALIDATION_URL"
617
'';
618
619
+ scripts.test-pipeline-break.exec = ''
620
+ echo "Testing pipeline break"
621
+
622
+ exit 1
623
+ '';
624
625
scripts.run-go-tests.exec = ''
626
gum format "## Run GO tests"
627
@@ -663,8 +669,11 @@ in {
663
669
gum format "# Running tests"
664
670
echo "About to run tests"
665
671
672
+ test-pipeline-break
673
666
674
build
667
675
676
668
677
#run-go-tests
678
679
# test-cmd-root-version
0 commit comments