Skip to content

Commit 7eb4770

Browse files
authored
Update unit_tests.yml
1 parent a4027ac commit 7eb4770

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/unit_tests.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,23 @@ on:
44
push:
55
branches:
66
- 'main'
7-
pull_request:
8-
branches:
9-
- 'main'
7+
pull_request:
8+
branches:
9+
- 'main'
1010

1111
jobs:
1212
tests:
13-
runs-on: ubuntu-latest, windows-latest, macos-latest
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v2
1818

19+
- name: Setup Node
20+
uses: actions/setup-node@v2
21+
with:
22+
node-version: 16.18
23+
1924
- name: Compile Code
2025
run:
2126
make all

0 commit comments

Comments
 (0)