File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2525 - name : Verify formatting
2626 run : devbox run format:check
2727
28- - name : Run unit tests
28+ - name : Run tests
2929 run : devbox run test
30-
31- - name : Run integration tests
32- run : devbox run integration
Original file line number Diff line number Diff line change 1313 "format" : " prettier -w \" !**/*.json\" ." ,
1414 "format:check" : " prettier -c \" !**/*.json\" ." ,
1515 "test" : [
16+ " devbox run test:unit" ,
17+ " devbox run test:integration"
18+ ],
19+ "test:unit" : [
1620 " cd tests/" ,
1721 " gren run Main"
1822 ],
19- "integration" : [
23+ "test: integration" : [
2024 " cd integration_tests" ,
2125 " gren run Main"
2226 ]
Original file line number Diff line number Diff line change 44 "source-directories" : [
55 " src"
66 ],
7- "gren-version" : " 0.6.2 " ,
7+ "gren-version" : " 0.6.3 " ,
88 "dependencies" : {
99 "direct" : {
1010 "blaix/gren-effectful-tests-node" : " 5.0.0" ,
You can’t perform that action at this time.
0 commit comments