stabilizing pipelines and setting screenshots retention
All checks were successful
Build Pull Request / Build Pull Request Archive (pull_request) Successful in 8s
Build Pull Request / Capture Pull Request Screenshots (pull_request) Successful in 56s
Build Pull Request / Publish Pull Request Screenshot Preview (pull_request) Successful in 2s

This commit is contained in:
2026-07-10 23:02:51 -03:00
parent f9864072cf
commit 552379b2a6
4 changed files with 21 additions and 4 deletions

View File

@@ -20,11 +20,17 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- name: Setup required tools
run: sudo apt-get install zip jq curl -y
- name: Install JS dependencies
run: npm install
run: npm ci
- name: Run build
run: |