Skip to content

Commit

Permalink
Improved tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 22, 2023
1 parent 70933f1 commit 1067f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: tests
runs-on: self-hosted
steps:
- name: Cleanup workspace
run: echo "cleanup $GITHUB_WORKSPACE/*" && sudo rm -fr $GITHUB_WORKSPACE/*
- name: Ensure workspace ownership
run: echo "chown -R $USER $GITHUB_WORKSPACE" && sudo chown -R $USER $GITHUB_WORKSPACE

- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 1067f6f

Please sign in to comment.