Skip to content

Commit

Permalink
fix: test (bokuweb#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb authored Nov 1, 2024
1 parent cd23178 commit 89b08e2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -90,6 +79,7 @@ jobs:
threshold-rate: 0.06
enable-antialias: true
matching-threshold: 0.5
artifact-name: wasm

lint:
name: Clippy
Expand Down

0 comments on commit 89b08e2

Please sign in to comment.