Skip to content

Commit

Permalink
👷Explicitly run the effection linked tests against v2
Browse files Browse the repository at this point in the history
The process infrastructure was moved out of effection core in v3, but
this resulted in the build getting broken when the default branch
switch from v2-v3.

This explicitly uses v2 when checking against  a linked effection.

We may not need to do this at all now that v2 is not longer maintained.
  • Loading branch information
cowboyd committed Dec 16, 2024
1 parent 31df9cd commit e900c23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
node-version: ${{ matrix.node-version }}
yarn-version: 1.22.19
# checkout and setup effection then run tests
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: effection
repository: thefrontside/effection
ref: v2
- run: yarn install
working-directory: effection
- run: yarn link ctrlc-windows
Expand Down

0 comments on commit e900c23

Please sign in to comment.