Skip to content

fix(snapshots): use sentry-cli snapshots upload instead of build snapshots #921

fix(snapshots): use sentry-cli snapshots upload instead of build snapshots

fix(snapshots): use sentry-cli snapshots upload instead of build snapshots #921

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Install sentry-cli
run: curl -sL https://sentry.io/get-cli/ | bash
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.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