Skip to content

Commit

Permalink
ci(linux): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jan 12, 2023
2 parents a1328b1 + 99cd117 commit bb24c84
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,18 @@ jobs:
if: matrix.go-version != '1.12'
run: go vet ./...

- name: install Ruby
if: matrix.os == 'ubuntu'
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
working-directory: go/src/github.com/bugsnag/bugsnag-go # relative to $GITHUB_WORKSPACE
- name: install integration dependencies
if: matrix.os == 'ubuntu'
run: |
sudo apt-get install docker-compose
sudo gem install bundler
bundle install
run: sudo apt-get install docker-compose
- name: maze tests
working-directory: go/src/github.com/bugsnag/bugsnag-go # relative to $GITHUB_WORKSPACE
working-directory: go/src/github.com/bugsnag/bugsnag-go
if: matrix.os == 'ubuntu'
env:
GO_VERSION: ${{ matrix.go-version }}
Expand Down

0 comments on commit bb24c84

Please sign in to comment.