We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI上でのテスト時,いちいち依存関係をダウンロードしているので効率が悪い.
https://github.com/actions/cache actions/cacheを使うことで依存関係のキャッシュができる. 再ダウンロードを防ぎ,CIの所要時間を短くできる.
actions/cache
The text was updated successfully, but these errors were encountered:
やり方は公式ドキュメント参照 https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-java-with-gradle#caching-dependencies
Sorry, something went wrong.
こっちのほうが簡単そう https://github.com/actions/setup-java#caching-gradle-dependencies
No branches or pull requests
CI上でのテスト時,いちいち依存関係をダウンロードしているので効率が悪い.
https://github.com/actions/cache
actions/cache
を使うことで依存関係のキャッシュができる.再ダウンロードを防ぎ,CIの所要時間を短くできる.
The text was updated successfully, but these errors were encountered: