Skip to content

Commit

Permalink
chore(appium): fixing copy directories
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Nov 1, 2023
1 parent 3817afe commit ab3c5af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ui-automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: List all of the files extracted on Repo After Second Account Created
run: |
pwd
ls -R
ls -R -la
- name: Upload test accounts for Chat Users
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- name: List all of the files extracted
run: |
pwd
ls -R
ls -R -la
- name: Enable opening app not codesigned 🖥️
run: sudo spctl --master-disable
Expand Down Expand Up @@ -276,13 +276,13 @@ jobs:
name: Delete Cache Folder and copy reusable data for ${{ matrix.username }}
run: |
rm -rf ~/.uplink
cp -r ./tests/fixtures/users/${{ matrix.username }}/. ~/.uplink
cp -r ./tests/fixtures/users/mac2/${{ matrix.username }}/ ~/.uplink
- name: Show if data was copied correctly
working-directory: ~/.uplink
run: |
pwd
ls -R
ls -R -la
- name: Run Tests on MacOS 🧪
run: npm run mac.${{ matrix.job }}
Expand Down

0 comments on commit ab3c5af

Please sign in to comment.