Skip to content

[SDKS-3582] Prepare Ping SDK 1.0 Release #74

[SDKS-3582] Prepare Ping SDK 1.0 Release

[SDKS-3582] Prepare Ping SDK 1.0 Release #74

Workflow file for this run

name: CI
# Trigger on push or pull request
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
- develop
jobs:
# Build and run unit tests
build-and-test:
name: Build and test
uses: ./.github/workflows/build-and-test.yaml
secrets:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# Run Mend CLI Scan
mend-cli-scan:
name: Mend CLI Scan
uses: ./.github/workflows/mend-cli-scan.yaml
secrets:
MEND_EMAIL: ${{ secrets.MEND_EMAIL }}
MEND_USER_KEY: ${{ secrets.MEND_USER_KEY }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}