Skip to content

Commit

Permalink
chore(crwa): set REDWOOD_CI and REDWOOD_DISABLE_TELEMETRY (redwoo…
Browse files Browse the repository at this point in the history
…djs#9857)

Forgot to set `REDWOOD_CI` and `REDWOOD_DISABLE_TELEMETRY` when I added
e2e tests for CRWA in redwoodjs#9783. It
may be better to just set `REDWOOD_CI` at the very top of the workflow
file but I wasn't sure if we're testing for its absence sometimes like
we do for `REDWOOD_DISABLE_TELEMETRY` I think.
  • Loading branch information
jtoar authored Jan 20, 2024
1 parent cb7223f commit 9245fe7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,10 @@ jobs:
name: 🌲 Create Redwood App
runs-on: ubuntu-latest

env:
REDWOOD_CI: 1
REDWOOD_DISABLE_TELEMETRY: 1

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9245fe7

Please sign in to comment.