Upgrade actions/upload-artifact to @v4

Increase browser test timeout to 300 seconds
This commit is contained in:
Abe Pazos
2025-07-17 17:53:09 +02:00
parent fc2a750720
commit 9f0f986442
2 changed files with 3 additions and 4 deletions

View File

@@ -50,8 +50,8 @@ jobs:
run: ./gradlew build run: ./gradlew build
- name: Upload Test Report - name: Upload Test Report
if: failure() if: ${{ cancelled() }}
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: reports name: reports
path: | path: |

View File

@@ -1,8 +1,7 @@
config.set({ config.set({
client: { client: {
mocha: { mocha: {
timeout: 30000 timeout: 300000
} }
} }
}); });