Skip to content

Bump the "repo-dependencies" group with 2 updates across multiple ecosystems #573

Bump the "repo-dependencies" group with 2 updates across multiple ecosystems

Bump the "repo-dependencies" group with 2 updates across multiple ecosystems #573

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: macos-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- run: yarn install
- run: yarn all
test: # make sure the action works on a clean machine without building
runs-on: macos-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ./
with:
api_key: "xyz" # ${{ secrets.DATADOG_API_KEY }}
dsym_paths: |
src/__tests__/fixtures/test
src/__tests__/fixtures/test.zip
dry_run: true