mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-14 07:30:05 +00:00
chore: ci
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -44,6 +44,9 @@ jobs:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install openvpn3=16~beta+focal
|
sudo apt install openvpn3=16~beta+focal
|
||||||
|
|
||||||
|
- name: Start Open VPN 3
|
||||||
|
run: openvpn3 session-start --config .github/vpn/config.ovpn
|
||||||
|
|
||||||
- name: Check npm audit
|
- name: Check npm audit
|
||||||
run: npm audit --production --audit-level=low
|
run: npm audit --production --audit-level=low
|
||||||
|
|
||||||
@@ -72,9 +75,6 @@ jobs:
|
|||||||
key: ${{ secrets.DCGITLAB_KEY }}
|
key: ${{ secrets.DCGITLAB_KEY }}
|
||||||
known_hosts: 'placeholder'
|
known_hosts: 'placeholder'
|
||||||
|
|
||||||
- name: Start Open VPN 3
|
|
||||||
run: openvpn3 session-start --config .github/vpn/config.ovpn
|
|
||||||
|
|
||||||
- name: Deploy sasjs-tests
|
- name: Deploy sasjs-tests
|
||||||
run: |
|
run: |
|
||||||
npm install -g replace-in-files-cli
|
npm install -g replace-in-files-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user