mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
chore: debugging
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -22,17 +22,17 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: npm
|
||||
|
||||
- name: Check npm audit
|
||||
run: npm audit --production --audit-level=low
|
||||
# - name: Check npm audit
|
||||
# run: npm audit --production --audit-level=low
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Check code style
|
||||
run: npm run lint
|
||||
# - name: Check code style
|
||||
# run: npm run lint
|
||||
|
||||
- name: Run unit tests
|
||||
run: npm test
|
||||
# - name: Run unit tests
|
||||
# run: npm test
|
||||
|
||||
- name: Build Package
|
||||
run: npm run package:lib
|
||||
|
||||
Reference in New Issue
Block a user