File tree 2 files changed +11
-1
lines changed 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ permissions:
16
16
actions : write # Needed for skip-duplicate-jobs job
17
17
contents : read
18
18
19
+ env :
20
+ # Needed if we want colors in pytest output without tty and script -e -c wrapper
21
+ PY_COLORS : " 1"
22
+ FORCE_COLOR : " 1"
23
+
19
24
jobs :
20
25
# Special job which skips duplicate jobs
21
26
pre_job :
80
85
81
86
- name : Run tox target
82
87
run : |
83
- script -e -c " tox -e integration-storage"
88
+ tox -e integration-storage
84
89
env :
85
90
AZURE_CLIENT_SECRET : ${{ secrets.AZURE_CLIENT_SECRET }}
86
91
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ permissions:
14
14
actions : write # Needed for skip-duplicate-jobs job
15
15
contents : read
16
16
17
+ env :
18
+ # Needed if we want colors in pytest output without tty and script -e -c wrapper
19
+ PY_COLORS : " 1"
20
+ FORCE_COLOR : " 1"
21
+
17
22
jobs :
18
23
# Special job which skips duplicate jobs
19
24
pre_job :
You can’t perform that action at this time.
0 commit comments