Skip to content

Commit bdf0ed0

Browse files
committed
Re-add the unit test CI step.
This reverts commit 0854aec. But also we edit it so that the command is correct again.
1 parent dce8b28 commit bdf0ed0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/mjolnir.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ jobs:
2929
- run: corepack yarn install
3030
- run: corepack yarn build
3131
- run: corepack yarn lint
32+
unit:
33+
name: Unit tests
34+
runs-on: ubuntu-latest
35+
steps:
36+
- uses: actions/checkout@v4
37+
- name: Specifically use node 18 like in the readme.
38+
uses: actions/setup-node@v4
39+
with:
40+
node-version: "18"
41+
- run: corepack yarn install
42+
- run: corepack yarn test:unit
3243
integration:
3344
name: Integration tests
3445
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)