Skip to content

Commit

Permalink
Merge pull request #3065 from mitre/convert_tests_to_oclif_v4
Browse files Browse the repository at this point in the history
Updated tests to oclif v4 baseline
  • Loading branch information
DMedina6 authored Nov 20, 2024
2 parents 629310d + 8a8c9c3 commit 1e9af75
Show file tree
Hide file tree
Showing 62 changed files with 3,251 additions and 2,621 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node.js ${{ matrix.platform }}
- name: Setup Node.js on ${{ matrix.platform }}
uses: actions/setup-node@v4
with:
node-version: "18"
check-latest: true
cache: 'npm'

- name: Install dependencies ${{ matrix.platform }}
- name: Install dependencies on ${{ matrix.platform }}
run: npm ci

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

- name: Run e2e tests ${{ matrix.platform }}
- name: Run e2e tests on ${{ matrix.platform }}
run: npm run test
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ generatedMD.md
/lib
/tmp
/bin/deepsource
/test/logs
/test/sample_data/inspec/json/profile_and_controls/mapped_controls
node_modules
**/.DS_Store
*.*.un~
Expand Down
139 changes: 77 additions & 62 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 1e9af75

Please sign in to comment.