File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 27
27
28
28
find-e2e-tests :
29
29
needs : check-labels
30
- if : needs.check-labels.outputs.run-cli-tests == true
30
+ if : needs.check-labels.outputs.run-cli-tests == ' true'
31
31
runs-on : ubuntu-latest
32
32
outputs :
33
33
test-files : ${{ steps.get-tests.outputs.test-files }}
53
53
pull-docker-image :
54
54
needs : check-labels
55
55
runs-on : ubuntu-latest
56
- if : needs.check-labels.outputs.run-cli-tests == true
56
+ if : needs.check-labels.outputs.run-cli-tests == ' true'
57
57
steps :
58
58
- name : Log in to GitHub Container Registry
59
59
run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
76
76
- find-e2e-tests
77
77
- pull-docker-image
78
78
79
- if : needs.check-labels.outputs.run-cli-tests == true
79
+ if : needs.check-labels.outputs.run-cli-tests == ' true'
80
80
runs-on : ubuntu-latest
81
81
strategy :
82
82
fail-fast : false
@@ -178,7 +178,7 @@ jobs:
178
178
run-unit-test :
179
179
needs :
180
180
- check-labels
181
- if : needs.check-labels.outputs.run-cli-tests == true
181
+ if : needs.check-labels.outputs.run-cli-tests == ' true'
182
182
runs-on : ubuntu-latest
183
183
steps :
184
184
- name : Check-out repository
Original file line number Diff line number Diff line change 27
27
28
28
find-e2e-tests :
29
29
needs : check-labels
30
- if : always() && needs.check-labels.outputs.run-sdk-tests == true
30
+ if : needs.check-labels.outputs.run-sdk-tests == ' true'
31
31
runs-on : ubuntu-latest
32
32
outputs :
33
33
test-files : ${{ steps.get-tests.outputs.test-files }}
53
53
pull-docker-image :
54
54
needs : check-labels
55
55
runs-on : ubuntu-latest
56
- if : needs.check-labels.outputs.run-sdk-tests == true
56
+ if : needs.check-labels.outputs.run-sdk-tests == ' true'
57
57
steps :
58
58
- name : Log in to GitHub Container Registry
59
59
run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
76
76
- find-e2e-tests
77
77
- pull-docker-image
78
78
79
- if : needs.check-labels.outputs.run-sdk-tests == true
79
+ if : needs.check-labels.outputs.run-sdk-tests == ' true'
80
80
runs-on : ubuntu-latest
81
81
strategy :
82
82
fail-fast : false
@@ -178,7 +178,7 @@ jobs:
178
178
run-integration-and-unit-test :
179
179
needs :
180
180
- check-labels
181
- if : needs.check-labels.outputs.run-sdk-tests == true
181
+ if : needs.check-labels.outputs.run-sdk-tests == ' true'
182
182
runs-on : ubuntu-latest
183
183
steps :
184
184
- name : Check-out repository
You can’t perform that action at this time.
0 commit comments