File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
checks :
8
8
name : Code checks
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-22.04
10
10
timeout-minutes : 5
11
11
strategy :
12
12
fail-fast : true
13
13
matrix :
14
14
python-version :
15
- - ' 3.9'
16
- - ' 3.10'
15
+ - " 3.9"
16
+ - " 3.10"
17
17
steps :
18
18
- id : checkout
19
19
name : Checkout repo
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Run Tests
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 53 0 * * *' # Daily at 00:53 UTC
5
+ - cron : " 53 0 * * *" # Daily at 00:53 UTC
6
6
workflow_call :
7
7
8
8
jobs :
@@ -11,14 +11,14 @@ jobs:
11
11
12
12
test :
13
13
name : Unit and Integration Tests
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-22.04
15
15
timeout-minutes : 60
16
16
strategy :
17
17
fail-fast : true
18
18
matrix :
19
19
python-version :
20
- - ' 3.9'
21
- - ' 3.10'
20
+ - " 3.9"
21
+ - " 3.10"
22
22
needs :
23
23
- checks
24
24
steps :
You can’t perform that action at this time.
0 commit comments