File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 31
31
- uses : pnpm/action-setup@v4
32
32
name : Install pnpm
33
33
with :
34
- version : 8
34
+ version : 9
35
35
run_install : false
36
36
37
37
- name : Get pnpm store directory
@@ -54,10 +54,12 @@ jobs:
54
54
run : pnpm run lint --format junit -o reports/junit/js-lint-results.xml
55
55
56
56
- name : Test
57
- run : pnpm run test --ci --runInBand --reporters=default --reporters=jest-junit --coverage
57
+ run : pnpm run test
58
58
env :
59
+ CI : 1
59
60
NODE_ENV : ci
60
61
JEST_JUNIT_OUTPUT : " reports/junit/js-test-results.xml"
62
+ DMNO_VAULT_KEY : ${{ secrets.DMNO_VAULT_KEY }}
61
63
62
64
- uses : actions/upload-artifact@v4
63
65
with :
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ describe('Managing doc info and sheets', () => {
192
192
} ) ;
193
193
} ) ;
194
194
195
- describe . only ( 'data validation rules' , ( ) => {
195
+ describe ( 'data validation rules' , ( ) => {
196
196
let sheet : GoogleSpreadsheetWorksheet ;
197
197
198
198
beforeAll ( async ( ) => {
You can’t perform that action at this time.
0 commit comments