Skip to content

Commit dcd85e9

Browse files
authored
Merge pull request #88 from bugsnag/je/plat-14480-check-cli-path
Update the fastlane plugin to use the BugSnag CLI
2 parents 55f385c + 97972c8 commit dcd85e9

File tree

13 files changed

+337
-470
lines changed

13 files changed

+337
-470
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,18 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby-version: ['2.5']
12-
os: [ubuntu-20.04, macos-13]
11+
ruby-version: ['3.3']
12+
os: [ubuntu-24.04, macos-13]
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
submodules: true
18+
19+
- name: Set up Go
20+
uses: actions/setup-go@v4
21+
with:
22+
go-version: 1.24
1623

1724
- uses: ruby/setup-ruby@v1
1825
with:
@@ -29,6 +36,7 @@ jobs:
2936

3037
- name: run specs
3138
run: |
39+
curl -o- https://raw.githubusercontent.com/bugsnag/bugsnag-cli/main/install.sh | bash
3240
bundle config path vendor/fastlane-bundle
3341
bundle install --gemfile=tools/fastlane-plugin/Gemfile
3442
cd tools/fastlane-plugin

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ end
66

77
# Any :test dependencies are ignored for license auditing purposes
88
group :test do
9-
gem 'bugsnag-maze-runner', :git => 'https://github.com/bugsnag/maze-runner', :tag => 'v1.1.0'
9+
gem 'bugsnag-maze-runner', :git => 'https://github.com/bugsnag/maze-runner', :tag => 'v9.32.0'
1010
end

bin/bugsnag-dsym-upload

Lines changed: 0 additions & 222 deletions
This file was deleted.

features/dsym_upload.feature

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)