Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
remove artifact after extracting
- Loading branch information
Showing
with
3 additions
and
1 deletion.
-
+3
−1
.github/workflows/run-tests.yml
|
@@ -297,7 +297,9 @@ jobs: |
|
|
path: . |
|
|
|
|
|
- name: Extract build artifact |
|
|
run: tar xvzf build.tgz |
|
|
run: | |
|
|
tar xvzf build.tgz |
|
|
rm -Rf build.tgz |
|
|
|
|
|
- name: Run tests |
|
|
id: tests |
|
|