Skip to content

Commit

Permalink
Last try
Browse files Browse the repository at this point in the history
  • Loading branch information
mojganii committed Oct 28, 2024
1 parent b3befaa commit c50e4c4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ios-end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit c50e4c4

Please sign in to comment.