Skip to content

chore: cleaning up github actions paths, fixing publish docs params #20

chore: cleaning up github actions paths, fixing publish docs params

chore: cleaning up github actions paths, fixing publish docs params #20

Workflow file for this run

name: LaunchDarkly.ServerSdk.Telemetry CI
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' # Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
build-and-test:
strategy:
matrix:
os: macos-latest

Check failure on line 16 in .github/workflows/telemetry-ci.yml

View workflow run for this annotation

GitHub Actions / LaunchDarkly.ServerSdk.Telemetry CI

Invalid workflow file

The workflow is not valid. .github/workflows/telemetry-ci.yml (Line: 16, Col: 13): Unexpected value 'macos-latest'
fail-fast: false
runs-on: ${{ matrix.os }}
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-env
with:
pkg_name: LaunchDarkly.ServerSdk
- uses: launchdarkly/gh-actions/actions/[email protected]
name: Get secrets
with:
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
- uses: ./.github/actions/ci
with:
project_file: ${{ env.PROJECT_FILE}}
test_project_file: ${{ env.TEST_PROJECT_FILE}}
- uses: ./.github/actions/build-docs
with:
workspace_path: ${{ env.WORKSPACE_PATH}}