Skip to content

Commit 259bf67

Browse files
gjcairothomasvl
authored andcommitted
Change directory name in more jobs
1 parent cdc3b1f commit 259bf67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check_upstream_protos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
with:
17-
path: main
17+
path: swift-protobuf
1818
- name: Checkout protobufbuffers/protobuf
1919
uses: actions/checkout@v4
2020
with:
2121
repository: protocolbuffers/protobuf
2222
path: protobuf
2323
- name: Check Upstream Proto Files
24-
working-directory: main
24+
working-directory: swift-protobuf
2525
run: make check-proto-files

.github/workflows/regular_conformance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Checkout
4848
uses: actions/checkout@v4
4949
with:
50-
path: main
50+
path: swift-protobuf
5151
- name: Update and install dependencies
5252
# dependencies from https://github.com/protocolbuffers/protobuf/blob/main/src/README.md
5353
# this step is run before get-sha because we need curl and jq for get-sha
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
path: protobuf
7373
# 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 }}
7575
- name: Checkout protobuf repo
7676
if: steps.cache-protobuf.outputs.cache-hit != 'true'
7777
uses: actions/checkout@v4
@@ -95,5 +95,5 @@ jobs:
9595
NUM_CPUS=$(getconf _NPROCESSORS_ONLN)
9696
make -j "${NUM_CPUS}" protoc conformance_test_runner
9797
- name: Test conformance
98-
working-directory: main
98+
working-directory: swift-protobuf
9999
run: make test-conformance CONFORMANCE_TEST_RUNNER=../protobuf/cmake_build/conformance_test_runner

0 commit comments

Comments
 (0)