Reorderin actions
All checks were successful
Sonar / SonarQube (push) Successful in 50s
Sonar / Docker stuff (push) Successful in 8s

This commit is contained in:
Liviu Burcusel 2025-12-10 17:10:10 +01:00
parent a93119511f
commit fc43d52979
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -55,6 +55,10 @@ jobs:
- name: Setup Node environment
run: |
apk add --update nodejs npm
- name: Code checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare environment variables
id: prepare-env
run: |
@ -62,10 +66,6 @@ jobs:
echo CONTAINER_NAME=${{ env.CONTAINER_NAME }} >> $GITHUB_ENV
echo VERSION=$(node -p "require('./package.json').version")
echo VERSION=$(node -p "require('./package.json').version") >> "$GITHUB_OUTPUT"
- name: Code checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download build artifacts
uses: actions/download-artifact@v3
with: