Add new option should_infer_types
to optionally not infer the type of the secret
#267
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |