Skip to content

Commit

Permalink
test script update
Browse files Browse the repository at this point in the history
  • Loading branch information
dany-pellerin committed Nov 14, 2024
1 parent b5b6399 commit e837e91
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,22 @@ jobs:
build:
needs: [tests-prettier]
uses: ./.github/workflows/reusable-build.yml

define-gcs-versions-to-update:
runs-on: ubuntu-22.04
outputs:
sdk-versions: ${{ steps.sdk-versions.outputs.versions }}
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install asdf CLI
uses: asdf-vm/actions/install@v3

- name: Determine versions to update
id: sdk-versions
run: ./scripts/versions-to-update.sh @optable/web-sdk 0.19.7 >> "$GITHUB_OUTPUT"

- name: Show versions that will be updated
run: |
echo "SDK versions: ${{ steps.sdk-versions.outputs.versions }}"

0 comments on commit e837e91

Please sign in to comment.