Skip to content

Commit

Permalink
refactor: Remove unnecessary Git commands from publish-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgazdik committed Jan 9, 2025
1 parent 2630aa7 commit 066d0fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
cp -r /tmp/editor-preview/resources/* /tmp/runtime/
# Clone LVGL PR
git clone https://github.com/lvgl/lvgl.git /tmp/runtime/lvgl
cd /tmp/runtime/lvgl
git fetch origin pull/7417/head:pr-7417
git checkout pr-7417
- name: Prepare preview files
run: |
Expand Down

0 comments on commit 066d0fe

Please sign in to comment.