Skip to content

Commit

Permalink
Skip integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo committed Apr 7, 2021
1 parent a43fb1a commit 839c2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/Integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 839c2ee

Please sign in to comment.