File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 57
57
env :
58
58
RESCRIPT_FORCE_REBUILD : 1
59
59
60
+ - name : ninja config
61
+ if : runner.os != 'Windows'
62
+ run : opam exec -- node ./scripts/ninja.js config
63
+
64
+ - name : ninja build
65
+ if : runner.os != 'Windows'
66
+ run : opam exec -- node ./scripts/ninja.js build
67
+
68
+ - name : Check for changes in lib folder
69
+ run : git diff --exit-code lib/js lib/es6
70
+
60
71
- name : Run tests
61
72
if : runner.os != 'Windows'
62
73
run : opam exec -- node scripts/ciTest.js -all
65
76
if : runner.os == 'Windows'
66
77
run : opam exec -- node scripts/ciTest.js -mocha -theme
67
78
68
- - name : Ensure lib/js and lib/es6 are up to date
69
- if : runner.os != 'Windows'
70
- run : |
71
- opam exec -- node ./scripts/ninja.js config
72
- opam exec -- node ./scripts/ninja.js build
73
- git diff --exit-code lib/js lib/es6
74
-
75
79
- name : Get artifact info
76
80
id : get_artifact_info
77
81
run : node .github/workflows/get_artifact_info.js
You can’t perform that action at this time.
0 commit comments