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.
1 parent 9aa28a4 commit 16a40b2Copy full SHA for 16a40b2
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ permissions:
14
jobs:
15
static-analysis:
16
name: Static Analysis
17
- runs-on: ubuntu-latest
+ runs-on: namespace-profile-ubuntu-2-cores
18
19
steps:
20
- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
34
35
unit-tests:
36
name: Unit Tests
37
38
timeout-minutes: 10
39
40
@@ -53,7 +53,7 @@ jobs:
53
54
e2e-tests:
55
name: E2E Tests
56
57
58
environment: CI
59
0 commit comments