fix: test (#782)
parent
cd23178073
commit
89b08e235a
|
@ -29,19 +29,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: target
|
path: target
|
||||||
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
|
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
|
- name: test
|
||||||
run: make test -B # && make vrt -B
|
run: make test -B # && make vrt -B
|
||||||
- uses: actions/upload-artifact@master
|
|
||||||
with:
|
|
||||||
name: vrt
|
|
||||||
path: vrt/screenshot
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -90,6 +79,7 @@ jobs:
|
||||||
threshold-rate: 0.06
|
threshold-rate: 0.06
|
||||||
enable-antialias: true
|
enable-antialias: true
|
||||||
matching-threshold: 0.5
|
matching-threshold: 0.5
|
||||||
|
artifact-name: wasm
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
name: Clippy
|
name: Clippy
|
||||||
|
|
Loading…
Reference in New Issue