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(() => {