From 417194184ba0637a6d3f88c4cd978b69927c98a2 Mon Sep 17 00:00:00 2001 From: KV <101791113+XI2769-Krishna@users.noreply.github.com> Date: Fri, 28 Jul 2023 21:37:44 +0530 Subject: [PATCH] Update test-dev-tracks.yml Added a line 131: continue-on-error: true --- .github/workflows/test-dev-tracks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-dev-tracks.yml b/.github/workflows/test-dev-tracks.yml index b179e82..5871350 100644 --- a/.github/workflows/test-dev-tracks.yml +++ b/.github/workflows/test-dev-tracks.yml @@ -128,7 +128,7 @@ jobs: # Replace prod tag with dev tag yq eval --inplace 'del(.tags[] | select(. == "prod"))' track.yml yq eval --inplace '.tags = .tags + "dev" ' track.yml - + continue-on-error: true # Then, we attempt to pull these DEV tracks from the Instruqt platform. # This ensures you get the latest version of the dev track. # Only dev tracks that are not in maintenance mode are tested!