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 da3a3cb commit 55cc382
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/client-libs-backwards-compat1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:
run: |
RESPONSE=$(curl -s -X GET 'https://api.github.com/repos/NationalSecurityAgency/skills-service/releases')
echo "RESPONSE=$RESPONSE"
VERSIONS='${{ toJSON(RESPONSE.versions) }}'
echo ::set-output name=versions::${VERSIONS}
# VERSIONS='${{ toJSON(RESPONSE.versions) }}'
# echo ::set-output name=versions::${VERSIONS}

# ------------------------
run_backward_compatibility_tests:
runs-on: ubuntu-latest
needs:
- get_skills_service_versions
strategy:
matrix:
version: ${{ fromJSON(needs.get_skills_service_versions.outputs.versions) }}
steps:
- name: Matrix => (${{ matrix.version}})
run: |
echo ${{ matrix.version }}
# run_backward_compatibility_tests:
# runs-on: ubuntu-latest
# needs:
# - get_skills_service_versions
# strategy:
# matrix:
# version: ${{ fromJSON(needs.get_skills_service_versions.outputs.versions) }}
# steps:
# - name: Matrix => (${{ matrix.version}})
# run: |
# echo ${{ matrix.version }}

0 comments on commit 55cc382

Please sign in to comment.