From 092b995d14367e78f9880a253ca0d3e1eaa7b296 Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Fri, 29 Apr 2022 15:23:21 +0200 Subject: [PATCH] ci: test --- .github/workflows/build.yml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9da1d66..ea682a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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