Skip to content

Commit

Permalink
default to pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Apr 15, 2024
1 parent b2c61e2 commit e0f9210
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Node Agent CI

on: [push, pull_request, workflow_dispatch]


env:
# Enable versioned runner quiet mode to make CI output easier to read:
OUTPUT_MODE: quiet

jobs:
skip_if_release:
Expand Down Expand Up @@ -161,7 +163,7 @@ jobs:
with:
name: logs-${{ matrix.node-version }}.tgz
path: ./logs-${{ matrix.node-version }}.tgz

# There is no coverage for external as that's tracked in their respective repos
versioned-external:
needs: skip_if_release
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/versioned-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
schedule:
- cron: '0 9 * * 1-5'

env:
# Enable versioned runner quiet mode to make CI output easier to read:
OUTPUT_MODE: quiet

jobs:
legacy-context:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/versioned-security-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ on:
branches:
- main

env:
# Enable versioned runner quiet mode to make CI output easier to read:
OUTPUT_MODE: quiet

jobs:
should_run:
# Used to determine if the `@newrelic/security-agent` dependency has
Expand Down
2 changes: 1 addition & 1 deletion bin/run-versioned-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EXTERNAL_MODE="${EXTERNAL_MODE:-include}"

# OUTPUT_MODE maps to `--print` of the versioned-tests runner.
# Known values are "simple", "pretty", and "quiet".
OUTPUT_MODE="${OUTPUT_MODE:-quiet}"
OUTPUT_MODE="${OUTPUT_MODE:-pretty}"

# Determine context manager for sanity sake
if [[ $NEW_RELIC_FEATURE_FLAG_LEGACY_CONTEXT_MANAGER == 1 ]];
Expand Down

0 comments on commit e0f9210

Please sign in to comment.