Skip to content

Add new option should_infer_types to optionally not infer the type of the secret #278

Add new option should_infer_types to optionally not infer the type of the secret

Add new option should_infer_types to optionally not infer the type of the secret #278

Workflow file for this run

name: Swift Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- uses: fwal/setup-swift@v1
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # Runs 'bundle install' and caches installed gems automatically
- name: Generate Swift Code & Run Tests
run: bundle exec rake test_swift