mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
refactor: smoke-testing bash -> powershell
This commit is contained in:
8
.github/workflows/smoke-testing.yml
vendored
8
.github/workflows/smoke-testing.yml
vendored
@@ -124,10 +124,12 @@ jobs:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
if ("${{ matrix.client }}" -eq "Official") {
|
||||
mkdir temp
|
||||
cd temp
|
||||
New-Item -ItemType Directory -Path temp -Force | Out-Null
|
||||
Set-Location temp
|
||||
|
||||
git init
|
||||
git remote add origin https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
|
||||
echo "Deleting the cache..."
|
||||
|
||||
Write-Host "Deleting cache: DELETE_KEY-smoke-testing-artifact-${{ github.ref }}"
|
||||
gh cache delete DELETE_KEY-smoke-testing-artifact-${{ github.ref }}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user