From 6ce802733369f0e994dcca0ef35d51276b8f6fac Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Mon, 12 Jul 2021 23:27:27 +0800 Subject: [PATCH] ci: upload diff artifacts --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12f1e88..3456a6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -341,3 +341,9 @@ jobs: path: tmp/reftests - name: Run diff run: npm run reftests-diff + continue-on-error: true + - name: Upload diff + uses: actions/upload-artifact@v2 + with: + name: snapshot-diffs + path: tmp/snapshot-diffs