Skip to content

Commit 6cd866a

Browse files
chore: enable tests for new snyk test workflow
1 parent 05fed55 commit 6cd866a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/jest/acceptance/cli-args.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ const userJourneyWorkflows: Workflow[] = [
2424
SNYK_FORCE_LEGACY_CLI: 'true',
2525
},
2626
},
27-
// {
28-
// type: 'golang/native',
29-
// env: {},
30-
// },
27+
{
28+
type: 'golang/native',
29+
env: {},
30+
},
3131
];
3232

3333
describe.each(userJourneyWorkflows)(

test/jest/acceptance/snyk-test/basic-test-all-languages.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ const userJourneyWorkflows: Workflow[] = [
3434
SNYK_FORCE_LEGACY_CLI: 'true',
3535
},
3636
},
37-
// {
38-
// type: 'golang/native',
39-
// env: {},
40-
// },
37+
{
38+
type: 'golang/native',
39+
env: {},
40+
},
4141
];
4242

4343
describe.each(userJourneyWorkflows)(

0 commit comments

Comments
 (0)