Unverified Commit 255ff0f5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268090 from twz123/gh-actions-cache-tests

gh-actions-cache: run tests
parents 56347540 6315e26d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -21,8 +21,9 @@ buildGoModule rec {
    "-w"
  ];

  # Tests need network
  doCheck = false;
  # Needed for tests.
  # https://github.com/actions/gh-actions-cache/issues/53#issuecomment-1464954495
  env.GH_TOKEN = "dummy-token-to-facilitate-rest-client";

  meta = {
    description = "gh extension to manage GitHub Actions caches";