From e61a54b9b330c153bc199643a442a9e5c7d67397 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 27 Feb 2024 19:49:15 +0200 Subject: [PATCH] ci: remove unneeded rotation --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72b4520..ee3819d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,6 @@ jobs: env: WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }} - - name: Rotate screen shot - run: convert public/screenshot.png -rotate 90 public/screenshot.png - - name: Publish screen shot as artifact uses: actions/upload-artifact@v3 with: