File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- codecov : codecov/codecov@3 .2.2
5
- node : circleci/node@5.1 .0
4
+ codecov : codecov/codecov@4 .2.0
5
+ node : circleci/node@6.2 .0
6
6
7
7
jobs :
8
8
tests :
26
26
- run : git submodule update --init
27
27
- run : sudo apt update
28
28
- run : sudo apt install -y rclone
29
- - run : pip install --user tox
29
+ - run : pipx install tox
30
30
- run : tox -e py310
31
31
- codecov/upload
32
+ - store_test_results :
33
+ path : test-results
32
34
33
35
tests-ext-theme :
34
36
docker :
50
52
- run : git submodule update --init
51
53
- run : sudo apt update
52
54
- run : sudo apt install -y rclone
53
- - run : pip install --user tox
55
+ - run : pipx install tox
54
56
- run : tox -e ext-theme
57
+ - store_test_results :
58
+ path : test-results
55
59
56
60
tests-embedapi :
57
61
docker :
60
64
- checkout
61
65
- run : git submodule sync
62
66
- run : git submodule update --init
63
- - run : pip install --user 'tox<4'
67
+ - run : pipx install 'tox<4'
64
68
- run : tox --version
65
69
- run : tox -c tox.embedapi.ini
70
+ - store_test_results :
71
+ path : test-results
66
72
67
73
checks :
68
74
docker :
81
87
- restore_cache :
82
88
keys :
83
89
- pre-commit-cache-{{ checksum "pre-commit-cache-key.txt" }}
84
- - run : pip install --user 'tox<5'
90
+ - run : pipx install 'tox<5'
85
91
- run : tox -e pre-commit
86
92
- run : tox -e migrations
87
93
- node/install :
94
100
- ~/.cache/pre-commit
95
101
96
102
workflows :
97
- version : 2
98
103
test :
99
104
jobs :
100
105
- checks
You can’t perform that action at this time.
0 commit comments