diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ccad4ebd5..bd7f519704 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: echo 'snapshotsPath<> "$GITHUB_OUTPUT" + } >> "$GITHUB_ENV" - name: Upload Jest Snapshots if: ${{ env.snapshotsPath != ''}} uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 @@ -207,7 +207,7 @@ jobs: - name: Build run: npm run build - name: Tests - run: npm run test:ci:snap + run: npm run test - name: Find modified Snapshots id: snapshots-path run: | @@ -215,7 +215,7 @@ jobs: echo 'snapshotsPath<> "$GITHUB_OUTPUT" + } >> "$GITHUB_ENV" - name: Upload Jest Snapshots if: ${{ env.snapshotsPath != ''}} uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3