Skip to content

feat: added eval reasons to variable properties #365

feat: added eval reasons to variable properties

feat: added eval reasons to variable properties #365

Workflow file for this run

name: Local Unit Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ '3.2.0', '3.3.0' ]
env:
DEVCYCLE_SERVER_SDK_KEY: dvc_server_token_hash
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1.187.0
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake