Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
fix: a
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Kutliakhmetov committed Aug 31, 2023
1 parent 8809549 commit 5e80e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
env:
workspace_path: ${{ steps.setup_workspace.outputs.workspace_path}}
run: |
cd $workspace_path
echo ${{ workspace_path }}
cd ${{ workspace_path }}
yarn
tests:
Expand Down

0 comments on commit 5e80e9b

Please sign in to comment.