Skip to content

Commit

Permalink
build: Improve Github Workflow (#10)
Browse files Browse the repository at this point in the history
Skip cleaning workdir to allow reusing of Gradle cache
  • Loading branch information
turboBasic committed Dec 27, 2023
1 parent 3701419 commit dfbe558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
with:
clean: false
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
Expand Down

0 comments on commit dfbe558

Please sign in to comment.