File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 55
55
restore-keys : |
56
56
${{ runner.os }}-yarn-
57
57
- run : yarn --prefer-offline --frozen-lockfile
58
+ - run : yarn run build
58
59
- run : npm run test:node -- --bail --cov
59
60
- uses : codecov/codecov-action@v1
60
61
78
79
restore-keys : |
79
80
${{ runner.os }}-yarn-
80
81
- run : yarn --prefer-offline --frozen-lockfile
82
+ - run : yarn run build
81
83
- run : npm run test:browser -- --bail
82
84
83
85
test-firefox :
@@ -100,6 +102,7 @@ jobs:
100
102
restore-keys : |
101
103
${{ runner.os }}-yarn-
102
104
- run : yarn --prefer-offline --frozen-lockfile
105
+ - run : yarn run build
103
106
- run : npm run test:browser -- --bail -- --browser firefox
104
107
105
108
test-webkit :
@@ -123,6 +126,7 @@ jobs:
123
126
restore-keys : |
124
127
${{ runner.os }}-yarn-
125
128
- run : yarn --prefer-offline --frozen-lockfile
129
+ - run : yarn run build
126
130
- run : npm run test:browser -- --bail -- --browser webkit
127
131
128
132
test-electron-main :
@@ -145,4 +149,5 @@ jobs:
145
149
restore-keys : |
146
150
${{ runner.os }}-yarn-
147
151
- run : yarn --prefer-offline --frozen-lockfile
152
+ - run : yarn run build
148
153
- run : npm run test:electron-main -- --bail
You can’t perform that action at this time.
0 commit comments