1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-12 14:55:56 +00:00

update ga test workflow

This commit is contained in:
Yusuf Yilmaz
2023-01-31 11:12:33 +03:00
parent 7028107b9f
commit f918c81b38

View File

@@ -5,7 +5,7 @@ on:
branches: [master]
pull_request:
branches:
- UTI-2583--adapt-haste-client-to-new-api
- no-jira-update-hastebin-urls
jobs:
unit_tests:
@@ -14,15 +14,16 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
with:
ruby-version: 3.0.0
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run bundle install
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run bundle install
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Build and test with rspec
run: bundle exec rspec spec
- name: Build and test with rspec
run: bundle exec rspec spec