We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154c3fd commit d74fba4Copy full SHA for d74fba4
.github/workflows/CI.yaml
@@ -3,7 +3,7 @@ on:
3
push:
4
pull_request:
5
branches:
6
- - master
+ - main
7
8
jobs:
9
unit-openapi-ruby-sdk:
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
14
with:
15
- ruby-version: "3.2.0"
+ ruby-version: "3.1"
16
17
- name: Install dependencies
18
- uses: bundle install
+ run: bundle install
19
20
- name: Execute tests
21
run: bundle exec rspec
.github/workflows/publish-gem.yaml
@@ -12,7 +12,7 @@ jobs:
ruby-version: "3.2.0"
- name: Execute Rake build
run: bundle exec rake build
0 commit comments