Skip to content

Commit

Permalink
Fix job names
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Dec 18, 2023
1 parent 60a518c commit 83678e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-js-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
test_js:
name: JS client
needs: build_programs
uses: ./.github/workflows/test-js.yml
uses: ./.github/workflows/test-js-client.yml
secrets: inherit

publish_js:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
deploy_js_docs:
name: JS client / Deploy docs
runs-on: ubuntu-latest
needs: deploy_js
needs: publish_js
environment:
name: js-client-documentation
url: ${{ steps.deploy.outputs.url }}
Expand Down

0 comments on commit 83678e5

Please sign in to comment.