CI: Manually cleanup previous self-hosted test262 run workspace folder

Unlike the github hosted runners, github's software for self-hosted
runners does not do this automatically.
This commit is contained in:
Idan Horowitz 2021-07-03 21:36:49 +03:00 committed by Linus Groh
parent e9ab9ca5a0
commit ee991fa4e0
Notes: sideshowbarker 2024-07-18 10:35:38 +09:00

View file

@ -13,6 +13,11 @@ jobs:
concurrency: libjs-test262
steps:
- name: Cleanup
run: |
echo "Cleaning up previous run"
rm -rf "${{ github.workspace }}/*"
- name: Checkout SerenityOS/serenity
uses: actions/checkout@v2