Skip to content

Commit 89b08e2

Browse files
authored
fix: test (#782)
1 parent cd23178 commit 89b08e2

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,8 @@ jobs:
2929
with:
3030
path: target
3131
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
32-
- name: install deps
33-
run: |
34-
sudo add-apt-repository ppa:libreoffice/ppa
35-
sudo apt-get update
36-
sudo apt-get install libreoffice
37-
npm i -g reg-cli pnpm
38-
cd vrt && pnpm i --frozen-lockfile && cd ../
3932
- name: test
4033
run: make test -B # && make vrt -B
41-
- uses: actions/upload-artifact@master
42-
with:
43-
name: vrt
44-
path: vrt/screenshot
4534

4635
build:
4736
runs-on: ubuntu-latest
@@ -90,6 +79,7 @@ jobs:
9079
threshold-rate: 0.06
9180
enable-antialias: true
9281
matching-threshold: 0.5
82+
artifact-name: wasm
9383

9484
lint:
9585
name: Clippy

0 commit comments

Comments
 (0)