Reorderin actions
This commit is contained in:
parent
a93119511f
commit
fc43d52979
1 changed files with 4 additions and 4 deletions
8
.github/workflows/sonar.yml
vendored
8
.github/workflows/sonar.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue