Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated tests to oclif v4 baseline #3065

Merged
merged 8 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading