Merge dev to main: Security improvements and comprehensive test infrastructure #39
@@ -14,11 +14,10 @@ jobs:
|
||||
SECRET_KEY: test-secret-key-for-ci-environment-32chars-minimum
|
||||
|
||||
steps:
|
||||
- name: Debug workspace
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
find . -name "dashboard" -type d 2>/dev/null || echo "dashboard not found"
|
||||
git clone http://gitea:3000/jimmy/nas-tools.git .
|
||||
git checkout ${{ github.sha }}
|
||||
|
||||
- name: Install Python
|
||||
run: |
|
||||
@@ -48,6 +47,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
git clone http://gitea:3000/jimmy/nas-tools.git .
|
||||
git checkout ${{ github.sha }}
|
||||
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
|
||||
Reference in New Issue
Block a user