22
22
- name : Build Tests
23
23
run : yarn build -F tests
24
24
- name : Store Built Tests
25
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
25
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
49
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
73
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
109
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
110
110
with :
111
111
name : coverage-maria
112
112
path : coverage/
@@ -123,7 +123,7 @@ jobs:
123
123
with :
124
124
turbo : true
125
125
- name : Start Mongo Database
126
- uses : supercharge/mongodb-github-action@5a87bd81f88e2a8b195f8b7b656f5cda1350815a # 1.11 .0
126
+ uses : supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12 .0
127
127
with :
128
128
mongodb-version : 5.0
129
129
- name : Download Tests
@@ -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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
137
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
173
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
201
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
225
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
226
226
with :
227
227
name : coverage-sqlite
228
228
path : coverage/
0 commit comments