File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
- name : Checkout
15
15
uses : actions/checkout@v4
16
16
with :
17
- path : main
17
+ path : swift-protobuf
18
18
- name : Checkout protobufbuffers/protobuf
19
19
uses : actions/checkout@v4
20
20
with :
21
21
repository : protocolbuffers/protobuf
22
22
path : protobuf
23
23
- name : Check Upstream Proto Files
24
- working-directory : main
24
+ working-directory : swift-protobuf
25
25
run : make check-proto-files
Original file line number Diff line number Diff line change 47
47
- name : Checkout
48
48
uses : actions/checkout@v4
49
49
with :
50
- path : main
50
+ path : swift-protobuf
51
51
- name : Update and install dependencies
52
52
# dependencies from https://github.com/protocolbuffers/protobuf/blob/main/src/README.md
53
53
# this step is run before get-sha because we need curl and jq for get-sha
71
71
with :
72
72
path : protobuf
73
73
# NOTE: for refs that can float like 'main' the cache might be out of date!
74
- key : ${{ runner.os }}-${{ matrix.swift}}-protobuf-${{ steps.get-sha.outputs.sha }}
74
+ key : ${{ runner.os }}-${{ matrix.swift }}-protobuf-${{ steps.get-sha.outputs.sha }}
75
75
- name : Checkout protobuf repo
76
76
if : steps.cache-protobuf.outputs.cache-hit != 'true'
77
77
uses : actions/checkout@v4
95
95
NUM_CPUS=$(getconf _NPROCESSORS_ONLN)
96
96
make -j "${NUM_CPUS}" protoc conformance_test_runner
97
97
- name : Test conformance
98
- working-directory : main
98
+ working-directory : swift-protobuf
99
99
run : make test-conformance CONFORMANCE_TEST_RUNNER=../protobuf/cmake_build/conformance_test_runner
You can’t perform that action at this time.
0 commit comments