22
22
- name : Build Tests
23
23
run : yarn build -F tests
24
24
- name : Store Built Tests
25
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
25
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
26
26
with :
27
27
name : dist-tests
28
28
path : tests/dist
46
46
- name : Run Tests
47
47
run : yarn workspace @joshdb/json run test
48
48
- name : Store Code Coverage Report
49
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
49
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
50
50
with :
51
51
name : coverage-json
52
52
path : coverage/
70
70
- name : Run Tests
71
71
run : yarn workspace @joshdb/map run test
72
72
- name : Store Code Coverage Report
73
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
73
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
74
74
with :
75
75
name : coverage-map
76
76
path : coverage/
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Run Tests
107
107
run : yarn workspace @joshdb/maria run test
108
108
- name : Store Code Coverage Report
109
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
109
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
110
110
with :
111
111
name : coverage-maria
112
112
path : coverage/
@@ -134,7 +134,7 @@ jobs:
134
134
- name : Run Tests
135
135
run : yarn workspace @joshdb/mongo run test
136
136
- name : Store Code Coverage Report
137
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
137
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
138
138
with :
139
139
name : coverage-mongo
140
140
path : coverage/
@@ -170,7 +170,7 @@ jobs:
170
170
- name : Run Tests
171
171
run : yarn workspace @joshdb/postgresql run test --coverage
172
172
- name : Store Code Coverage Report
173
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
173
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
174
174
with :
175
175
name : coverage-postgresql
176
176
path : coverage/
@@ -198,7 +198,7 @@ jobs:
198
198
- name : Run Tests
199
199
run : yarn workspace @joshdb/redis run test --coverage
200
200
- name : Store Code Coverage Report
201
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
201
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
202
202
with :
203
203
name : coverage-redis
204
204
path : coverage/
@@ -222,7 +222,7 @@ jobs:
222
222
- name : Run Tests
223
223
run : yarn workspace @joshdb/sqlite run test --coverage
224
224
- name : Store Code Coverage Report
225
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
225
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
226
226
with :
227
227
name : coverage-sqlite
228
228
path : coverage/
0 commit comments