mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 06:50:45 -05:00
Build Testing
This commit is contained in:
parent
d5c0d8d9a0
commit
e49d2ca2fc
@ -11,25 +11,27 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check-out Build Project
|
- name: Check-out Server Project
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
repository: 'https://dev.sp-tarkov.com/SPT-AKI/Server.git'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
lfs: true
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18.15.0'
|
node-version: '18.15.0'
|
||||||
|
|
||||||
- name: Install Node dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
working-directory: ./project
|
working-directory: ./project
|
||||||
|
|
||||||
- name: Build Server Project
|
- name: Build Project
|
||||||
run: npm run build
|
run: npm run build
|
||||||
working-directory: ./project
|
working-directory: ./project
|
||||||
|
|
||||||
- name: Archive Server Build
|
- name: Archive Build
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: built-artifacts
|
name: built-artifacts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user