Skip to content

Commit b122c2f

Browse files
boveusrzhade3
andauthored
Update build.yml (#520)
## All PRs: * [x] Has tests N/A * [x] Documentation updated N/A ## Adding a new header Generally, adding a new header is always OK. * Is the header supported by any user agent? If so, which? * What does it do? * What are the valid values for the header? * Where does the specification live? ## Adding a new CSP directive * Is the directive supported by any user agent? If so, which? * What does it do? * What are the valid values for the directive? --------- Co-authored-by: Rahul Zhade <rzhade3@users.noreply.github.com>
1 parent 6d13d18 commit b122c2f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
uses: ruby/setup-ruby@v1
1616
with:
1717
ruby-version: ${{ matrix.ruby }}
18+
bundler-cache: true
1819
- name: Build and test with Rake
1920
run: |
20-
gem install bundler
21-
bundle install --jobs 4 --retry 3 --without guard
22-
bundle exec rspec spec
2321
bundle exec rubocop
24-
22+
bundle exec rspec spec

0 commit comments

Comments
 (0)