From e3d16c3e0266cd1f32e90990f4174c0f2bea9765 Mon Sep 17 00:00:00 2001 From: "mr.scrpt" Date: Wed, 26 Jul 2023 11:59:21 +0300 Subject: [PATCH] add screenshots --- .github/workflows/workflow.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a5d8ca7..ab2efb7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -35,12 +35,12 @@ jobs: - name: screenshot testing run: yarn test:ui:ci - - name: Archive code coverage results - uses: actions/upload-artifact@v3 - with: - name: screen - path: .loki/ - - name: Download a single artifact - uses: actions/download-artifact@v3 - with: - name: screen + # - name: Archive code coverage results + # uses: actions/upload-artifact@v3 + # with: + # name: screen + # path: .loki/ + # - name: Download a single artifact + # uses: actions/download-artifact@v3 + # with: + # name: screen