From 89b08e235ada133e8c1631d676f93a231a7330b7 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Fri, 1 Nov 2024 14:02:41 +0900 Subject: [PATCH] fix: test (#782) --- .github/workflows/ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d13652c..836fe6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,19 +29,8 @@ jobs: with: path: target key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - - name: install deps - run: | - sudo add-apt-repository ppa:libreoffice/ppa - sudo apt-get update - sudo apt-get install libreoffice - npm i -g reg-cli pnpm - cd vrt && pnpm i --frozen-lockfile && cd ../ - name: test run: make test -B # && make vrt -B - - uses: actions/upload-artifact@master - with: - name: vrt - path: vrt/screenshot build: runs-on: ubuntu-latest @@ -90,6 +79,7 @@ jobs: threshold-rate: 0.06 enable-antialias: true matching-threshold: 0.5 + artifact-name: wasm lint: name: Clippy