1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 18:50:05 +00:00
This commit is contained in:
2022-04-29 15:23:21 +02:00
parent eb296bf93c
commit 092b995d14

View File

@@ -22,34 +22,35 @@ 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: 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: Generate coverage report
uses: artiomtr/jest-coverage-report-action@v2.0-rc.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Generate coverage report
# uses: artiomtr/jest-coverage-report-action@v2.0-rc.2
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build Package
run: npm run package:lib
env:
CI: true
# - name: Build Package
# run: npm run package:lib
# env:
# CI: true
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.DCGITLAB_KEY }}
known_hosts: 'placeholder'
- name: Test LS
run: ls -a
- name: Write VPN Files
run: |
echo "$CA_CRT" > .github/vpn/ca.crt