Skip to content

Commit

Permalink
One more iteration to test E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Sep 25, 2024
1 parent 9e407d4 commit 103eb62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,18 @@ jobs:
isPrerelease: true
skipGoSdk: true

publish_test:
name: publish_test
if: (github.head_ref || github.ref_name) == 't0yv0/fix-compressing-node-sdk'
needs:
- prerequisites
uses: ./.github/workflows/publish.yml
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}
isPrerelease: true
skipGoSdk: true

test-nodejs:
name: Run NodeJS Tests
if: (github.head_ref || github.ref_name) != 't0yv0/fix-compressing-node-sdk'
Expand Down

0 comments on commit 103eb62

Please sign in to comment.