Skip to content

Commit

Permalink
Update go/smoke-test/action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Kawaguchi <129102568+skawaguchi-flipp@users.noreply.github.com>
  • Loading branch information
brad-rogan and skawaguchi-flipp authored Dec 8, 2023
1 parent 0f06fc1 commit 1c2e4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/smoke-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
- name: Restore cache
uses: wishabi/github-actions/cache@v0
- name: Run Go Smoke Tests
if: inptuts.GO_SMOKE == 'true'
if: inputs.GO_SMOKE == 'true'
run: |
go test ./tests/smoke --tags=smoke
shell: bash
Expand Down

0 comments on commit 1c2e4f5

Please sign in to comment.