-
-
Notifications
You must be signed in to change notification settings - Fork 259
43 lines (37 loc) · 1.14 KB
/
test-connect-misc.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
name: "[Test] connect misc"
on:
schedule:
# Runs at midnight UTC every day at 01:00 AM CET
- cron: "0 0 * * *"
push:
branches: [release/connect/**]
pull_request:
paths:
- ".github/workflows/test-connect-misc.yml"
workflow_dispatch:
jobs:
install-connect:
runs-on: ubuntu-latest
if: github.repository == 'trezor/trezor-suite'
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- run: ./packages/connect/e2e/test-npm-install.sh beta
- run: ./packages/connect/e2e/test-npm-install.sh latest
- run: ./packages/connect/e2e/test-yarn-install.sh beta
- run: ./packages/connect/e2e/test-yarn-install.sh latest
test-protobuf:
runs-on: ubuntu-latest
if: github.repository == 'trezor/trezor-suite'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: yarn install --immutable
- run: yarn workspace @trezor/protobuf update:protobuf
- run: yarn workspace @trezor/protobuf update:schema