Skip to content

Bump @datadog/datadog-ci from 3.2.0 to 3.4.0 #496

Bump @datadog/datadog-ci from 3.2.0 to 3.4.0

Bump @datadog/datadog-ci from 3.2.0 to 3.4.0 #496

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./
with:
api_key: "xyz" # ${{ secrets.DATADOG_API_KEY }}
dsym_paths: |
src/__tests__/fixtures/test
src/__tests__/fixtures/test.zip
dry_run: true