File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3838 exit 1
3939 fi
4040 - name : Install tparse
41- run : go install github.com/mfridman/tparse@main
41+ run : |
42+ mkdir -p $HOME/.local/bin
43+ curl -L -o $HOME/.local/bin/tparse https://github.com/mfridman/tparse/releases/latest/download/tparse_linux_x86_64
44+ chmod +x $HOME/.local/bin/tparse
45+ echo "$HOME/.local/bin" >> "$GITHUB_PATH"
4246 - name : Run tests
4347 run : |
4448 make add-gowork
Original file line number Diff line number Diff line change 2525 with :
2626 go-version : " stable"
2727 - name : Install tparse
28- run : go install github.com/mfridman/tparse@main
28+ run : |
29+ mkdir -p $HOME/.local/bin
30+ curl -L -o $HOME/.local/bin/tparse https://github.com/mfridman/tparse/releases/latest/download/tparse_linux_x86_64
31+ chmod +x $HOME/.local/bin/tparse
32+ echo "$HOME/.local/bin" >> "$GITHUB_PATH"
2933 - name : Run full integration tests
3034 run : |
3135 make test-integration
You can’t perform that action at this time.
0 commit comments