Merge pull request #16 from rainforestapp/dependabot/bundler/httparty… #12
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
on: push | |
jobs: | |
test: | |
runs-on: windows-latest | |
steps: | |
- | |
name: Checkout | |
uses: actions/checkout@v4 | |
- | |
name: Install deps | |
run: | | |
gem install bundler | |
bundle install | |
- | |
name: Build | |
run: | | |
ruby main.rb ${{ inputs.version }} | |
- | |
name: Choco Pack | |
run: | | |
cd rainforest-cli/ | |
choco pack |