We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd23178 commit 89b08e2Copy full SHA for 89b08e2
.github/workflows/ci.yml
@@ -29,19 +29,8 @@ jobs:
29
with:
30
path: target
31
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 ../
39
- name: test
40
run: make test -B # && make vrt -B
41
- - uses: actions/upload-artifact@master
42
- with:
43
- name: vrt
44
- path: vrt/screenshot
45
46
build:
47
runs-on: ubuntu-latest
@@ -90,6 +79,7 @@ jobs:
90
79
threshold-rate: 0.06
91
80
enable-antialias: true
92
81
matching-threshold: 0.5
82
+ artifact-name: wasm
93
83
94
84
lint:
95
85
name: Clippy
0 commit comments