Commit graph

25 commits

Author SHA1 Message Date
Yuri Norwood
4d413e5432
Split on correct separator
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 12:19:54 +13:00
Yuri Norwood
112582760d
List all PATHs
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 12:16:54 +13:00
Yuri Norwood
6c2b763734
Search /bin specifically
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 12:07:41 +13:00
Yuri Norwood
5945f71bd9
List files recursively and verbosely
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 12:05:05 +13:00
Yuri Norwood
69a133df8f
List install target's contents
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 12:02:17 +13:00
Yuri Norwood
86eb6b7310
Add debuggers for userprofile
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 11:58:35 +13:00
Yuri Norwood
d527bffb65
List PATH targets for debugging
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 11:54:39 +13:00
Yuri Norwood
73fe36ff71
Remove debugger
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 11:51:37 +13:00
Yuri Norwood
a493145b21
List System32 files to look for gotestfmt binary
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 11:48:02 +13:00
Yuri Norwood
9886b87b4f
Add debugger for PATH variable
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 11:40:46 +13:00
Yuri Norwood
44e82aa5b0
Run self test on all push events (for testing)
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 09:26:28 +13:00
Yuri Norwood
b8991edc05
Add selftest on windows
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-07 09:25:55 +13:00
Yuri Norwood
19aa3d4945
Extend selftest workflow to multiple runners (#9)
* Extend selftest workflow to multiple runners

This should help catch errors like #4 and #8 by ensuring that gotestfmt can run on all the major OS runners for GitHub Actions.

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>

* Separate windows step from *nix runners

This allows `bash` and `pwsh` syntax to be used separately to avoid having to write the test as a polyglot 😬

Also added `secrets.GITHUB_TOKEN` as a fallback in case the repo secret `secrets.GH_TOKEN` is not set up, e.g. in a fork.

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>

* Remove `/tmp` directory for artifacts

On MacOS, this results in:

```
Error: Provided rootDirectory /tmp is not a valid directory
```

On Windows this results in:

```
Error: No files were found with the provided path: /tmp/gotest.windows.log. No artifacts will be uploaded.
```

Both seem to be unhappy with `/tmp`, since the workspace is implicitly cleaned up at the end of the workflow, there shouldn't be a need to specify `/tmp`.

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>

* Name each workflow run of the matrix

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>

* Fix artifact path

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>

* Simplify workflow by just using bash universally

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>

* Apply suggestions from code review

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
2022-11-04 10:00:11 +01:00
Michael Engel
ea487b2cee
added token to install (#7)
* added token to install
* removed on push trigger for selftest
2022-10-20 15:33:14 +02:00
Michael Engel
e110d38b81 added selftest for macos 2022-10-20 08:33:23 +01:00
Janos Bonic
3e91a15d55
Issue haveyoudebuggedit/gotestfmt#8: JSON support (#1) 2021-12-05 12:54:21 +00:00
Janos
4e82a4309c
ISsue tempalte config 2021-07-28 13:19:16 +02:00
Janos
dd78d46209
Added issue templates 2021-07-28 13:17:42 +02:00
Janos
ec3a52825f
More testing 2021-07-28 09:21:31 +02:00
Janos
03ad8ff09e
More testing 2021-07-28 09:19:39 +02:00
Janos
c3cb9a3d0c
More testing 2021-07-28 09:19:07 +02:00
Janos
fc8db34b00
More testing 2021-07-28 09:18:28 +02:00
Janos
1f6356c0db
More testing 2021-07-28 09:07:26 +02:00
Janos
2a45d3ea84
More testing 2021-07-28 08:30:44 +02:00
Janos
8a260b16ec
Testing actions 2021-07-28 08:24:31 +02:00