Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sateetas committed Dec 13, 2024
1 parent dc52628 commit 0b402ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
if: github.event.pull_request.draft == false
steps:
# temporary step, will be deleted soon
- name: Change user
if: startsWith(runner.os, 'Linux')
run: sudo chown -R ubuntu:ubuntu /home/ubuntu/actions-runner/_work/tangem-app-android/tangem-app-android/
#- name: Change user
# if: startsWith(runner.os, 'Linux')
# run: sudo chown -R ubuntu:ubuntu /home/ubuntu/actions-runner/_work/tangem-app-android/tangem-app-android/

- name: Checkout
uses: actions/checkout@v3
Expand All @@ -47,6 +47,7 @@ jobs:
BUNDLE_PATH: vendor/bundle
run: |
docker run --rm \
--user ubuntu \
-e GITHUB_TOKEN \
-e GITHUB_ACTOR \
-e BUNDLE_PATH \
Expand Down

0 comments on commit 0b402ca

Please sign in to comment.