Merge dev to main: Security improvements and comprehensive test infrastructure #39
+14
-12
@@ -15,14 +15,15 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git clone --depth 1 http://gitea:3000/jimmy/nas-tools.git .
|
||||||
|
git fetch --depth 1 origin ${{ github.sha }}
|
||||||
|
git checkout ${{ github.sha }}
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
run: |
|
||||||
with:
|
python3 --version
|
||||||
python-version: '3.12'
|
pip3 --version
|
||||||
cache: 'pip'
|
|
||||||
cache-dependency-path: 'dashboard/backend/requirements*.txt'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -51,14 +52,15 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git clone --depth 1 http://gitea:3000/jimmy/nas-tools.git .
|
||||||
|
git fetch --depth 1 origin ${{ github.sha }}
|
||||||
|
git checkout ${{ github.sha }}
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
run: |
|
||||||
with:
|
node --version
|
||||||
node-version: '20'
|
npm --version
|
||||||
cache: 'npm'
|
|
||||||
cache-dependency-path: 'dashboard/frontend/package-lock.json'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user