Skip to content

Commit

Permalink
Tweak jobs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored Jun 17, 2023
1 parent b73c0ba commit 46d8f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
uses: ./.github/workflows/test-programs.yml
secrets: inherit
with:
program_matrix: ${{ inputs.program }}
program_matrix: '["${{ inputs.program }}"]'

test_js:
name: JS client
needs: build_programs
needs: test_programs
uses: ./.github/workflows/test-js.yml
secrets: inherit

Expand Down

0 comments on commit 46d8f3c

Please sign in to comment.