Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI fixes and configuration #2

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
pull_request:
push:
branches:
- master
- main

jobs:
unit-openapi-ruby-sdk:
Expand All @@ -12,13 +12,16 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: "3.3.6"
ruby-version: "3.1"

- name: Install dependencies
uses: gradle/gradle-build-action@v2
run: bundle install

- name: Execute tests
run: bundle exec rspec
env:
UNIT_TOKEN: ${{ secrets.UNIT_TOKEN }}
TEST_PLAID_TOKEN: ${{ secrets.TEST_PLAID_TOKEN }}

- name: Execute Rake build
run: bundle exec rake build
27 changes: 0 additions & 27 deletions .github/workflows/publish-gem.yaml

This file was deleted.

Loading