Closed cgrindel closed 11 months ago
/tools/run_nix_shell.sh
/action.yaml
/flake.nix
/flake.lock
/nixpkgs.nix
/tests/tools_tests
/tests/integration_tests
README.md
Related to https://github.com/tweag/scalable-builds-group/issues/97. Related to https://github.com/tweag/scalable-builds-group/issues/138.
@avdv This ended up being bigger than I originally thought it would be. I am willing to break it up into smaller PRs if you prefer. Just let me know.
/tools/run_nix_shell.sh
: The core logic for the action./action.yaml
: The GitHub action definition./flake.nix
,/flake.lock
,/nixpkgs.nix
)./tests/tools_tests
) that can be exercised using Bazel./tests/integration_tests
). The actual integration tests are defined in the CI workflow file.README.md
with usage information.Related to https://github.com/tweag/scalable-builds-group/issues/97. Related to https://github.com/tweag/scalable-builds-group/issues/138.