Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Caching in GitHub Actions (#697)
* ci: add caching to integration tests * ci: attempt to use actions/setup-node * ci : fix path issue * ci: add working directories * ci: fix node path * ci: change paths * ci: wip * wip * wip * ci: wip * ci: wip * ci: wip * ci: wip * ci: introduce caching where appropriate * wip * wip * wip * wip * wip * wip * test: Single compose file * test: Remove version * test: build manually * test: Remove version * fix: Invert ifs * test: Use old script * test: add env variable * test: Cache manually * test: Use min caching * test: Cache Nuget * test: Remove nuget * test: Move cache * test: Add dotnet setup * test: Remove dotnet * Use NuGet Package locking * test: Use local docker registry * test: Use local registry * test:change registry port to 6000 * test: Use own steps for pushing * test: fix image names * test: Remove nuget locks * test: remove pushing script * test: Fix image names * test: Fix image names again, parallel building * test: add down cmd to group * test: Use registry cache-to * fix: typo * fix: Remove registry cache-to * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * chore: Remove unused/commented out code * chore: Remove docker setup in test runner * chore: Implement caching for integration tests and transport tests * Add cached time for SQL Server * chore: Remove temporary Cache Times file * chore: Remove temporary test workflow file * chore: Remove commented out version numbers * chore: Update versions of cache and setup-node actions * chore: Update node version and remove check-latest * chore: Rename build job, step names, variable names * chore: Remove unnecessary docker logs * chore: Load docker images automatically * chore: Remove skipped tests from logger summary * fix: Make load docker images script executable * fix: Correct path of loadDockerImages.sh for transport tests * chore: Remove separate build jobs, use the cached one * fix: Specify docker buildx driver and login to ghcr * test: Try oci media type * fix: Remove duplicated database-migrator image build * test: Use ghcr for artifacts * fix: Let docker pull images * test: Use uploaded images from ghcr * test: Try multiple outputs * test: Load images from ghcr completely * fix: Revert back to local docker * fix: Remove tags from images * fix: Tag images, so that compose can use them * chore: Unify tags, remove old properties * chore: Remove old comments * chore: Use tagged images * chore: Remove includePassedTests logger property * chore: Use semantic versioning --------- Co-authored-by: Nikola Vetnić <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information