We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ubuntu-22.04
1 parent 135bd22 commit 41b1dedCopy full SHA for 41b1ded
.github/workflows/post-pr.yml
@@ -31,7 +31,7 @@ jobs:
31
ui-tests:
32
name: UI Tests (Synapse)
33
needs: should-i-run
34
- runs-on: buildjet-4vcpu-ubuntu-2204
+ runs-on: ubuntu-22.04
35
timeout-minutes: 90 # We might need to increase it if the time for tests grows
36
strategy:
37
fail-fast: false
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
tests:
17
name: Runs all tests
18
19
20
21
matrix:
0 commit comments