We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175ba41 commit 19d0589Copy full SHA for 19d0589
.github/workflows/publish.yml
@@ -23,13 +23,14 @@ jobs:
23
node-version: ${{ matrix.node-version }}
24
25
- run: |
26
- echo "Testing SDK Package at version ${{ steps.version.outputs.full }}"
+ echo "Testing SDK Package with version tag ${{ steps.version.outputs.full }}"
27
+ echo "Loading SDK at ref ${{ github.ref_name }}"
28
29
- uses: Eppo-exp/sdk-test-data/.github/actions/test-server-package@main
30
with:
31
platform: ${{ matrix.platform }}
32
sdk_name: 'node-server-sdk'
- sdk_version: ${{ steps.version.outputs.full }}
33
+ sdk_ref: ${{ github.ref_name }}
34
sdk_relay_dir: 'node-sdk-relay'
35
shard_label: 'node-${{ matrix.node-version }}'
36
service_account_key: ${{ secrets.SERVICE_ACCOUNT_KEY }}
0 commit comments