Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-dev-tracks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down