Upgrade actions/upload-artifact to @v4
Increase browser test timeout to 300 seconds
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -50,8 +50,8 @@ jobs:
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Upload Test Report
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
if: ${{ cancelled() }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: reports
|
||||
path: |
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
config.set({
|
||||
client: {
|
||||
mocha: {
|
||||
timeout: 30000
|
||||
timeout: 300000
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user