Skip to content

Commit

Permalink
Update node-ci-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sirishgf authored Apr 1, 2024
1 parent a4af358 commit 425277f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/node-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,6 @@ jobs:
working-directory: .
run: find ./* -maxdepth 1 -name package.json -execdir npm ci \;

# - name: Lint with ESLint
# run: DEBUG=eslint:cli-engine npx eslint .

# - name: Test with Jest
# run: npx jest -c ./src/jest.config.js --ci --coverage --reporters=default --reporters=jest-junit

# - name: Publish Test Report
# uses: mikepenz/action-junit-report@v3
# if: success() || failure()
# with:
# report_paths: '**/junit.xml'
# detailed_summary: true
# include_passed: true

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
continue-on-error: true
Expand Down

0 comments on commit 425277f

Please sign in to comment.