-
-
Notifications
You must be signed in to change notification settings - Fork 138
34 lines (31 loc) · 879 Bytes
/
run-tests.yml
File metadata and controls
34 lines (31 loc) · 879 Bytes
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
on:
push:
branches:
- master
pull_request:
types: [opened, edited]
branches:
- master
workflow_dispatch:
jobs:
test-on-ubuntu:
name: Testing Workflow Linux
runs-on: ubuntu-latest
env:
SIGNER_CERT: ${{ secrets.SIGNER_CERT }}
SIGNER_KEY: ${{ secrets.SIGNER_KEY }}
WWDR: ${{ secrets.WWDR }}
SIGNER_KEY_PASSPHRASE: ${{ secrets.SIGNER_KEY_PASSPHRASE }}
steps:
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
check-latest: true
- run: |
pnpm install
pnpm build
pnpm test