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
|
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: |
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
config.set({
|
config.set({
|
||||||
client: {
|
client: {
|
||||||
mocha: {
|
mocha: {
|
||||||
timeout: 30000
|
timeout: 300000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user