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 3e7519e commit 2f2ac61Copy full SHA for 2f2ac61
.circleci/config.yml
@@ -3,10 +3,10 @@ executors:
3
main_executor:
4
machine:
5
image: ubuntu-2204:2024.01.2
6
- resource_class: large
7
jobs:
8
build:
9
executor: main_executor
+ resource_class: large
10
steps:
11
- checkout
12
- run:
@@ -57,6 +57,7 @@ jobs:
57
background: true
58
linter:
59
60
61
62
63
name: "Lint: Check code style with flake8"
@@ -65,6 +66,7 @@ jobs:
65
66
path: artifacts/
67
unit_tests:
68
69
70
71
72
name: "Tests: Run unit/integration tests (excluding e2e)"
@@ -73,6 +75,7 @@ jobs:
73
75
74
76
e2e_tests:
77
78
79
80
# - run:
81
# name: "Tests: Run end-to-end (E2E) tests"
0 commit comments