From 8e9bb94c1f325bbd1b32641dca68534c8f64cb50 Mon Sep 17 00:00:00 2001 From: Thomas Constantine Moore Date: Wed, 11 Sep 2024 15:40:11 -0400 Subject: [PATCH] double-check --- .github/workflows/test_failure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_failure.yml b/.github/workflows/test_failure.yml index c22f500..a0b6530 100644 --- a/.github/workflows/test_failure.yml +++ b/.github/workflows/test_failure.yml @@ -12,7 +12,7 @@ jobs: uses: ./ with: schema-url: https://raw.githubusercontent.com/thomasmost/gha-valjean/main/schema/example.schema.json - target-dir: samples_bad + target-dir: samples continue-on-error: true - name: Check that validation did not succeed if: job.steps.test_failure.status == failure()