push.yml: adding 3rd party step for testing to delete created artifacts

This commit is contained in:
Ivan Zorin
2023-12-19 08:32:52 +03:00
parent ab608c081f
commit a29607323c

View File

@@ -134,6 +134,11 @@ jobs:
path: metadata/*
if-no-files-found: error
- name: Delete temp artifacts
uses: geekyeggo/delete-artifact@v2
with:
name: .metadata-*
tests:
runs-on: ubuntu-20.04