Skip to content

Commit

Permalink
add configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Feb 15, 2024
1 parent bce877c commit bbd6bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
cache-read-only: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development' }}
- name: Test supabase-kt
run: ./gradlew ${{ matrix.command }} --stacktrace #--configuration-cache
run: ./gradlew ${{ matrix.command }} --stacktrace --configuration-cache

0 comments on commit bbd6bd3

Please sign in to comment.