Update .github/workflows/build-nestv3.yml
This commit is contained in:
parent
62848b00ea
commit
a4f82a030f
9
.github/workflows/build-nestv3.yml
vendored
9
.github/workflows/build-nestv3.yml
vendored
@ -17,6 +17,12 @@ jobs:
|
|||||||
options: --privileged -it
|
options: --privileged -it
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update APT Cache
|
||||||
|
run: apt-get update -y
|
||||||
|
|
||||||
|
- name: Install Node and NPM
|
||||||
|
run: apt-get install nodejs npm -y
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
@ -27,8 +33,5 @@ jobs:
|
|||||||
known_hosts: ${{ variables.KNOWN_HOSTS }}
|
known_hosts: ${{ variables.KNOWN_HOSTS }}
|
||||||
if_key_exists: replace
|
if_key_exists: replace
|
||||||
|
|
||||||
- name: Update APT Cache
|
|
||||||
run: apt-get update -y
|
|
||||||
|
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: ./mainv3.sh
|
run: ./mainv3.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user