Commit 706f17a
upload_test_binaries clears testsuite before downloading artifact
The previous state was that the build_assemblyscript, build_c, and
build_rust workflows upload tests/*/testsuite as an artifact, and then
upload_test_binaries runs once for each of {rust,assemblyscript,c},
removing any wasm file in tests/*lang*/testsuite, downloading the
artifact, unpacking it to tests/*lang*/testsuite, and adding and
committing to prod/testsuite/base if any file differed.
This PR implements a more simple and robust approach, which is to just
have upload_test_binaries remove tests/*lang*/testsuite before unpacking
the artifact.1 parent 694cec5 commit 706f17a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
| 167 | + | |
| 168 | + | |
169 | 169 | | |
0 commit comments