Skip to content

Commit 7a3418a

Browse files
committed
remove chdir
1 parent 7f831d0 commit 7a3418a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ on:
4747
description: "Container image for the plugin test job. Defaults to Swift 6.2 on Ubuntu."
4848
default: "swift:6.2-noble"
4949

50-
5150
## We are cancelling previously triggered workflow runs
5251
concurrency:
5352
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.name }}
@@ -124,12 +123,10 @@ jobs:
124123
persist-credentials: false
125124

126125
- name: Mark the workspace as safe
127-
working-directory: ${{ github.event.repository.name }} # until we can use action/checkout@v4
128126
# https://github.com/actions/checkout/issues/766
129127
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
130128

131129
- name: Test the archive plugin
132-
working-directory: ${{ github.event.repository.name }} # until we can use action/checkout@v4
133130
env:
134131
EXAMPLE: ${{ matrix.examples }}
135132
run: |

0 commit comments

Comments
 (0)