From eade462e37edc4e4beb58e4ae7ebc373cabe35cd Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Thu, 19 Jan 2023 18:18:23 +0100 Subject: [PATCH] change(ui): change dir --- .github/workflows/ui-tests.js.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index e26986b75..61db77736 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -72,5 +72,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: 'Snapshots' - path: | - cypress/snapshots/ \ No newline at end of file + path: ./cypress/snapshots/ \ No newline at end of file