From 85a70cb172d522a4a24357a4ff33efb5be464744 Mon Sep 17 00:00:00 2001 From: daniel1302 Date: Wed, 8 Feb 2023 16:51:42 +0100 Subject: [PATCH] fix: linter issue --- .github/workflows/cypress-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-pr.yml b/.github/workflows/cypress-pr.yml index f47c11306..856633cd7 100644 --- a/.github/workflows/cypress-pr.yml +++ b/.github/workflows/cypress-pr.yml @@ -57,7 +57,7 @@ jobs: while read -r file; do mv "${file}" "$(echo ${file} | sed 's|:|-|g')" done< <(find /home/runner/.vegacapsule/testnet/logs -type f) - + - uses: actions/upload-artifact@v3 if: ${{ always() }} with: