mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-19 06:01:45 +00:00
More testing
This commit is contained in:
parent
8937ff8fd7
commit
fc8db34b00
2 changed files with 4 additions and 2 deletions
4
.github/workflows/selftest.yml
vendored
4
.github/workflows/selftest.yml
vendored
|
|
@ -1,4 +1,6 @@
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
name: Self-test
|
name: Self-test
|
||||||
jobs:
|
jobs:
|
||||||
self-test:
|
self-test:
|
||||||
|
|
|
||||||
2
index.js
2
index.js
|
|
@ -25,7 +25,7 @@ async function downloadRelease(octokit, org, repo, release, token) {
|
||||||
console.log("Removing tarball...")
|
console.log("Removing tarball...")
|
||||||
fs.unlinkSync("/tmp/gotestfmt.tar.gz")
|
fs.unlinkSync("/tmp/gotestfmt.tar.gz")
|
||||||
console.log("Linking gotestfmt...")
|
console.log("Linking gotestfmt...")
|
||||||
execSync("sudo ln -s /usr/local/lib/gotestfmt/gotestfmt /usr/local/bin/gotestfmt")
|
execSync("sudo ln -s /usr/local/lib/gotestfmt/gotestfmt /usr/bin/gotestfmt")
|
||||||
console.log("Successfully set up gotestfmt.")
|
console.log("Successfully set up gotestfmt.")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue