mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 04:50:29 +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:
parent
e9ab9ca5a0
commit
ee991fa4e0
Notes:
sideshowbarker
2024-07-18 10:35:38 +09:00
1 changed files with 5 additions and 0 deletions
5
.github/workflows/libjs-test262.yml
vendored
5
.github/workflows/libjs-test262.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue