Skip to content

Bump the "repo-dependencies" group with 2 updates across multiple eco… #581

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

Bump the "repo-dependencies" group with 2 updates across multiple eco… #581

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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