Skip to content

Commit

Permalink
fix: delete actions cache (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
baerwang committed Dec 24, 2023
1 parent 2c23d0e commit 94fd588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/clean-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
gh extension install actions/gh-actions-cache
for cacheKey in $(gh actions-cache list -R $REPO -B $BRANCH -L 100 | cut -f 1 )
do
gh actions-cache delete $cacheKey -R $REPO -B $BRANCH --confirm &
gh actions-cache delete $cacheKey -R $REPO -B $BRANCH --confirm
done
wait
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
cd ../tools/pika_keys_analysis/
go test -v ./...
cd ../../tests/integration/
chmod +x integrate_test.sh
chmod +x integrate_test.sh
sh integrate_test.sh
build_on_centos:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
cd ../tools/pika_keys_analysis/
go test -v ./...
cd ../../tests/integration/
chmod +x integrate_test.sh
chmod +x integrate_test.sh
sh integrate_test.sh
build_on_macos:
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
cd ../tools/pika_keys_analysis/
go test -v ./...
cd ../../tests/integration/
chmod +x integrate_test.sh
chmod +x integrate_test.sh
sh integrate_test.sh
build_pika_image:
Expand Down

0 comments on commit 94fd588

Please sign in to comment.