Skip to content

Commit 0e60af3

Browse files
authored
Merge pull request #48 from thefrontside/cl/only-run-effection-linked-v2
👷Explicitly run the effection linked tests against v2
2 parents 31df9cd + ac7ac3d commit 0e60af3

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -30,46 +30,3 @@ jobs:
3030
node-version: ${{ matrix.node-version }}
3131
yarn-version: 1.22.19
3232
- 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

0 commit comments

Comments
 (0)