Skip to content

Commit d7efb28

Browse files
authored
Merge pull request #9297 from RoboErikG/browser-test-2
fix: Update dependencies and schedule browser tests to run weekly on Mondays
2 parents fb63360 + 34ea176 commit d7efb28

3 files changed

Lines changed: 15 additions & 12 deletions

File tree

.github/workflows/browser_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ name: Run browser manually
55

66
on:
77
workflow_dispatch:
8+
schedule:
9+
- cron: '0 6 * * 1' # Runs every Monday at 06:00 UTC
810

911
permissions:
1012
contents: read
1113

1214
jobs:
1315
build:
14-
timeout-minutes: 10
16+
timeout-minutes: 120
1517
runs-on: ${{ matrix.os }}
1618

1719
strategy:

package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
},
101101
"license": "Apache-2.0",
102102
"devDependencies": {
103-
"@blockly/block-test": "^7.0.1",
104-
"@blockly/dev-tools": "^9.0.0",
103+
"@blockly/block-test": "^7.0.2",
104+
"@blockly/dev-tools": "^9.0.2",
105105
"@blockly/theme-modern": "^7.0.1",
106106
"@hyperjump/browser": "^1.1.4",
107107
"@hyperjump/json-schema": "^1.5.0",

0 commit comments

Comments
 (0)