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