Skip to content

Commit

Permalink
Updated tests to oclif v4 baseline - added tests from PR 2221
Browse files Browse the repository at this point in the history
Signed-off-by: George M Dias <GDIAS@MITRE.ORG>
  • Loading branch information
georgedias committed Nov 19, 2024
1 parent c4f29c2 commit e86e3ae
Show file tree
Hide file tree
Showing 57 changed files with 3,280 additions and 2,340 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
Loading

0 comments on commit e86e3ae

Please sign in to comment.