Skip to content

Commit d2c0c5d

Browse files
committed
fix integration test
1 parent 7eadba2 commit d2c0c5d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
6262

6363
- name: Run matrix job
64-
working-directory: ${{ github.event.repository.name }} # until we can use action/checkout@v4
6564
env:
6665
COMMAND: ${{ inputs.matrix_linux_command }}
6766
EXAMPLE: ${{ matrix.examples }}
@@ -84,8 +83,6 @@ jobs:
8483
steps:
8584
- name: Checkout repository
8685
uses: actions/checkout@v4
87-
with:
88-
persist-credentials: false
8986
- name: Mark the workspace as safe
9087
# https://github.com/actions/checkout/issues/766
9188
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}

.github/workflows/scripts/check-link-foundation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log() { printf -- "** %s\n" "$*" >&2; }
1818
error() { printf -- "** ERROR: %s\n" "$*" >&2; }
1919
fatal() { error "$@"; exit 1; }
2020

21-
EXAMPLE=Converse
21+
EXAMPLE=converse
2222
OUTPUT_DIR=.build/release
2323
OUTPUT_FILE=${OUTPUT_DIR}/converse
2424
LIBS_TO_CHECK="libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"

0 commit comments

Comments
 (0)