Skip to content

Commit

Permalink
fixup! Use ArtifactsHelper for fast tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Sep 14, 2023
1 parent 192153c commit e2604c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ jobs:
run: |
docker ps --quiet | xargs --no-run-if-empty docker kill ||:
docker ps --all --quiet | xargs --no-run-if-empty docker rm -f ||:
sudo rm -fr "$GITHUB_WORKSPACE"
[ "$TEMP_PATH" ] && sudo rm -fr "$TEMP_PATH"
CompatibilityCheckX86:
needs: [BuilderDebRelease]
Expand Down

0 comments on commit e2604c8

Please sign in to comment.