-
Notifications
You must be signed in to change notification settings - Fork 0
57 lines (55 loc) · 1.51 KB
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: Test
on:
push:
paths:
- "src/**"
- "src-tauri/**"
- "app-icon.png"
- "package-lock.json"
- "tsconfig.json"
- "vite.config.js"
- "package.json"
- ".github/workflows/test.yml"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- id: toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: >-
sudo apt-get update &&
sudo apt-get install -y
libgtk-3-dev
libayatana-appindicator3-dev
libwebkit2gtk-4.0-dev
libleptonica-dev
libtesseract-dev
webkit2gtk-driver
xvfb
- run: npm ci
- run: npm run build
- run: npm run tauri icon
- uses: actions/cache@v3
with:
key: rust-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('src-tauri/**', 'app-icon.png') }}-test
restore-keys: |
rust-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('src-tauri/**', 'app-icon.png') }}-
rust-${{ steps.toolchain.outputs.rustc_hash }}-
rust-
path: |
src-tauri/target
~/.cargo
- run: xvfb-run npm run test
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-data-dir
path: |
~/.local/share/com.github.toromyx.recipe-book/.TEST