Install into PATH

This commit is contained in:
Anton Tayanovskyy 2021-11-19 23:58:14 -05:00
parent d8a4debf65
commit 2829f9008c

View file

@ -220,6 +220,8 @@ jobs:
- name: Install gotestsum from source
run: |
go install gotest.tools/gotestsum@latest
env:
GOBIN: ${{ runner.temp }}/opt/pulumi/bin
- name: Check gotestsum
run: |
gotestsum --help