Skip to content

Commit

Permalink
#251: run skills-service backward compat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Oct 4, 2024
1 parent 7bd9939 commit c700ecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/client-libs-backwards-compat1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: generate-matrix
run: |
RESPONSE=$(curl -s -X GET 'https://api.github.com/repos/NationalSecurityAgency/skills-service/releases')
TAG_NAMES=$(echo "$RESPONSE" | jq -r '.[] | .tag_name | limit(5; .)')
TAG_NAMES=$(echo "$RESPONSE" | jq -c '[.[] | .tag_name | limit(5; .)]')
echo "TAG_NAMES=$TAG_NAMES"
echo ::set-output name=versions::${TAG_NAMES}
Expand All @@ -33,6 +33,7 @@ jobs:
needs:
- get_skills_service_versions
strategy:
fail-fast: false
matrix:
version: ${{ fromJSON(needs.get_skills_service_versions.outputs.versions) }}
steps:
Expand Down

0 comments on commit c700ecd

Please sign in to comment.