1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:17:44 +00:00

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

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