From ff9132d3516a62ddf51f1c62ccbcd84879244076 Mon Sep 17 00:00:00 2001 From: Juan Vasquez Date: Tue, 20 Sep 2022 12:50:04 -0500 Subject: [PATCH] Add changelog record --- .github/workflows/main.yml | 6 +++--- CHANGELOG.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 371804a..f38b272 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: 2.4 - build-cache: true + bundler-cache: true - name: Build and run tests env: BUNDLE_GEMFILE: "Gemfile-Ruby-2-4" @@ -41,9 +41,9 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - build-cache: true + bundler-cache: true - name: Build and run tests run: | gem install bundler bundle install --jobs 4 --retry 3 - bundle exec rake \ No newline at end of file + bundle exec rake diff --git a/CHANGELOG.md b/CHANGELOG.md index a30b33d..40036ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.2...HEAD) * +* [FEATURE: Improve main workflow](https://github.com/fastruby/skunk/pull/99) * [BUGFIX: Fix analized module test](https://github.com/fastruby/skunk/pull/98) ## v0.5.2 / 2022-04-27 [(commits)](https://github.com/fastruby/skunk/compare/v0.5.1...v0.5.2)