Merge pull request #268090 from twz123/gh-actions-cache-tests
gh-actions-cache: run tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user