From c50e4c4ee7a0bb373de2f4b0610b841974fdd53d Mon Sep 17 00:00:00 2001 From: mojganii Date: Mon, 28 Oct 2024 17:30:27 +0100 Subject: [PATCH] Last try --- .github/workflows/ios-end-to-end-tests.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/ios-end-to-end-tests.yml b/.github/workflows/ios-end-to-end-tests.yml index c0720c3f4ec9..0046ff6ec4c0 100644 --- a/.github/workflows/ios-end-to-end-tests.yml +++ b/.github/workflows/ios-end-to-end-tests.yml @@ -85,18 +85,7 @@ jobs: with: clean: true ref: ${{ env.COMMIT_HASH }} - path: ${{ env.COMMIT_HASH }} # Checkout to a path based on COMMIT_HASH - - - name: Change to commit directory - run: | - cd ${{ env.COMMIT_HASH }} # Navigate into the checked out directory - shell: bash - - - name: Show directory contents - run: | - echo "Contents of the directory after checkout:" - ls -al ${{ env.COMMIT_HASH }} # List the contents of the checked out directory - shell: bash + path: ${{ env.COMMIT_HASH }} - name: Configure Rust uses: actions-rs/toolchain@v1.0.6