Skip to content

Commit

Permalink
gh publish workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ADandyGuyInSpace committed Feb 27, 2024
1 parent 814e90a commit d8f4242
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-gem-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ on:

jobs:
test:
env:
TELNYX_MOCK_OPEN_API_URI: https://raw.githubusercontent.com/team-telnyx/openapi/master/openapi/spec3.json
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Run Setup Script to install mock
- name: Run Setup Script to install prism mock
run: source ./.github/scripts/before_install.sh
shell: bash
- name: Install dependencies
Expand Down

0 comments on commit d8f4242

Please sign in to comment.