fix: test (#782)

main
bokuweb 2024-11-01 14:02:41 +09:00 committed by GitHub
parent cd23178073
commit 89b08e235a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 11 deletions

View File

@ -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