Skip to content

Commit

Permalink
Fix test programs input
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored Jun 17, 2023
1 parent fa8b656 commit b73c0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: ./.github/workflows/test-programs.yml
secrets: inherit
with:
program_matrix: ${{ env.PROGRAMS }}
program_matrix: ${{ inputs.program }}

test_js:
name: JS client
Expand Down

0 comments on commit b73c0ba

Please sign in to comment.