File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,13 @@ jobs:
103
103
104
104
- name : Install Dependencies
105
105
run : make install-dev
106
-
106
+
107
107
- name : Check Parity of Councils / input.json / Feature file
108
- run : |
109
- repo=${{ github.event.pull_request.head.repo.full_name || 'robbrad/UKBinCollectionData' }}
110
- branch=${{ github.event.pull_request.head.ref || 'master' }}
111
- make parity-check repo=$repo branch=$branch
108
+ env :
109
+ repo : ${{ github.event.pull_request.head.repo.full_name || 'robbrad/UKBinCollectionData' }}
110
+ branch : ${{ github.event.pull_request.head.ref || 'master' }}
111
+ run : make parity-check repo="$repo" branch="$branch"
112
+
112
113
integration-tests :
113
114
name : Run Integration Tests
114
115
needs : setup
@@ -151,4 +152,4 @@ jobs:
151
152
report_type : test_results
152
153
file : build/${{ matrix.python-version }}/integration-test-results/junit.xml
153
154
flags : integrationtestspr
154
- name : integration-tests-pr
155
+ name : integration-tests-pr
You can’t perform that action at this time.
0 commit comments