stabilizing pipelines and setting screenshots retention
All checks were successful
All checks were successful
This commit is contained in:
@@ -22,6 +22,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: 'npm'
|
||||
|
||||
- name: Set up required tools
|
||||
run: sudo apt-get install zip wget -y
|
||||
@@ -64,6 +65,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: 'npm'
|
||||
|
||||
- name: Set up required tools
|
||||
run: sudo apt-get install unzip -y
|
||||
@@ -95,6 +97,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pr-screenshots
|
||||
retention-days: 30
|
||||
path: |
|
||||
screenshots/home.png
|
||||
screenshots/editing.png
|
||||
|
||||
Reference in New Issue
Block a user