Skip to content

Commit dd7c7fb

Browse files
authored
Update pull-request.yml
1 parent 35666ed commit dd7c7fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 14.17.*
2020
- name: Install tools
2121
run: dotnet tool restore
22-
- name: Test Fable
23-
run: cd tests/fable && npm i && npm test && cd ../..
2422
- name: Build and Test
2523
run: dotnet test -c Release
24+
- name: Test Fable
25+
run: cd tests/fable && npm i && npm test && cd ../..

0 commit comments

Comments
 (0)