GitHub Actions: ’tee’ is for Environment Variables2023-01-31 :: grayside#til #gha #testing #environment #shell When dynamically setting an environment variable in GitHub Actions, use ’tee -a’ to see the value at the same time as you set it.Read more →
Fighting the Forward Slashes with Go’s MapFS2023-01-28 :: grayside#til #golang #testing #bug Avoiding Go testing/fstest.MapFS crashes on absolute paths.Read more →