File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change 30
30
node-version : ${{ matrix.node-version }}
31
31
yarn-version : 1.22.19
32
32
- run : yarn test
33
-
34
- effection-smoke-test :
35
- runs-on : ${{ matrix.platform }}
36
- name : test effection linked - ${{ matrix.platform }} node@${{ matrix.node-version }}
37
- timeout-minutes : 30
38
- strategy :
39
- fail-fast : false
40
- matrix :
41
- platform : [ubuntu-latest, windows-latest]
42
- node-version : ["14", "16", "18"]
43
-
44
- steps :
45
- - uses : actions-rs/toolchain@v1
46
- with :
47
- toolchain : stable
48
- # checkout and setup ctrlc-windows
49
- - uses : actions/checkout@v3
50
- with :
51
- path : ctrlc-windows
52
- - run : yarn install --ignore-scripts
53
- working-directory : ctrlc-windows
54
- - run : yarn build
55
- working-directory : ctrlc-windows
56
- - run : yarn link
57
- working-directory : ctrlc-windows
58
- - uses : volta-cli/action@v3
59
- with :
60
- node-version : ${{ matrix.node-version }}
61
- yarn-version : 1.22.19
62
- # checkout and setup effection then run tests
63
- - uses : actions/checkout@v3
64
- with :
65
- path : effection
66
- repository : thefrontside/effection
67
- - run : yarn install
68
- working-directory : effection
69
- - run : yarn link ctrlc-windows
70
- working-directory : effection
71
- - run : yarn prepack
72
- working-directory : effection
73
- - run : yarn test
74
- working-directory : effection
75
- shell : bash
You can’t perform that action at this time.
0 commit comments