From 839c2ee3df8ee3e5db5510e52ed061660455a1ba Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Wed, 7 Apr 2021 17:38:35 -0400 Subject: [PATCH] Skip integration test --- __tests__/Integration.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/Integration.test.ts b/__tests__/Integration.test.ts index bc9a2bb..f326b1f 100644 --- a/__tests__/Integration.test.ts +++ b/__tests__/Integration.test.ts @@ -9,7 +9,7 @@ import {FileArtifactGlobber} from "../src/ArtifactGlobber"; // This test is currently intended to be manually run during development. To run: // - Make sure you have an environment variable named GITHUB_TOKEN assigned to your token // - Remove skip from the test below -describe('Integration Test', () => { +describe.skip('Integration Test', () => { let action: Action beforeEach(() => {