Skip to content

Commit 1bd242e

Browse files
gjcairothomasvl
authored andcommitted
Rename CI checkout directory from main to swift-protobuf
1 parent b91ba22 commit 1bd242e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout
4444
uses: actions/checkout@v4
4545
with:
46-
path: main
46+
path: swift-protobuf
4747
- name: Update and install dependencies
4848
# dependencies from https://github.com/protocolbuffers/protobuf/blob/main/src/README.md
4949
# this step is run before get-sha because we need curl and jq for get-sha
@@ -62,10 +62,10 @@ jobs:
6262
;;
6363
esac
6464
- name: Build
65-
working-directory: main
65+
working-directory: swift-protobuf
6666
run: make build ${{ matrix.swift.hook }}
6767
- name: Test runtime
68-
working-directory: main
68+
working-directory: swift-protobuf
6969
run: make test-runtime ${{ matrix.swift.hook }}
7070
- name: Cache protobuf
7171
id: cache-protobuf
@@ -97,16 +97,16 @@ jobs:
9797
NUM_CPUS=$(getconf _NPROCESSORS_ONLN)
9898
make -j "${NUM_CPUS}" protoc conformance_test_runner
9999
- name: Test plugin
100-
working-directory: main
100+
working-directory: swift-protobuf
101101
run: make test-plugin PROTOC=../protobuf/cmake_build/protoc
102102
- name: Test conformance
103-
working-directory: main
103+
working-directory: swift-protobuf
104104
run: make test-conformance CONFORMANCE_TEST_RUNNER=../protobuf/cmake_build/conformance_test_runner
105105
- name: Test SPM plugin
106-
working-directory: main
106+
working-directory: swift-protobuf
107107
run: make test-spm-plugin PROTOC=../protobuf/cmake_build/protoc
108108
- name: Compilation Tests
109-
working-directory: main
109+
working-directory: swift-protobuf
110110
run: make compile-tests PROTOC=../protobuf/cmake_build/protoc
111111

112112
api-breakage:

0 commit comments

Comments
 (0)