Skip to content

Commit 1e9af75

Browse files
authored
Merge pull request #3065 from mitre/convert_tests_to_oclif_v4
Updated tests to oclif v4 baseline
2 parents 629310d + 8a8c9c3 commit 1e9af75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+3251
-2621
lines changed

.github/workflows/e2e-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Setup Node.js ${{ matrix.platform }}
20+
- name: Setup Node.js on ${{ matrix.platform }}
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: "18"
2424
check-latest: true
2525
cache: 'npm'
2626

27-
- name: Install dependencies ${{ matrix.platform }}
27+
- name: Install dependencies on ${{ matrix.platform }}
2828
run: npm ci
2929

30-
- name: Prepack ${{ matrix.platform }}
30+
- name: Prepack (compile) on ${{ matrix.platform }}
3131
run: npm run prepack
3232

33-
- name: Run e2e tests ${{ matrix.platform }}
33+
- name: Run e2e tests on ${{ matrix.platform }}
3434
run: npm run test

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ generatedMD.md
66
/lib
77
/tmp
88
/bin/deepsource
9+
/test/logs
10+
/test/sample_data/inspec/json/profile_and_controls/mapped_controls
911
node_modules
1012
**/.DS_Store
1113
*.*.un~

README.md

+77-62
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)