Skip to content

feat: Add support for APK, AAB, and IPA uploads to sentry_upload_buil… #702

feat: Add support for APK, AAB, and IPA uploads to sentry_upload_buil…

feat: Add support for APK, AAB, and IPA uploads to sentry_upload_buil… #702

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install sentry-cli
run: curl -sL https://sentry.io/get-cli/ | bash
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
with:
ruby-version: "3.1.4"
- run: gem install bundler -v '2.6.8'
- run: bundle install
- run: sentry-cli info --config-status-json
- run: bundle exec rubocop
- run: rspec