Skip to content

CI fixes and configuration #7

CI fixes and configuration

CI fixes and configuration #7

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
unit-openapi-ruby-sdk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: "3.1"
- name: Install dependencies
run: bundle install
- name: Execute tests
run: bundle exec rspec
env:
UNIT_TOKEN: ${{ secrets.UNIT_TOKEN }}
TEST_PLAID_TOKEN: ${{ secrest.PLAID_TEST_TOKEN }}

Check failure on line 24 in .github/workflows/CI.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/CI.yaml (Line: 24, Col: 29): Unrecognized named-value: 'secrest'. Located at position 1 within expression: secrest.PLAID_TEST_TOKEN
- name: Execute Rake build
run: bundle exec rake build