Skip to content

Commit

Permalink
fix: weekly ci missing env vars (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwagner authored Feb 26, 2024
1 parent 91c633e commit fed5b7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
- cron: "0 1 * * MON"
workflow_dispatch:

env:
FORCE_COLOR: 1
EARTHLY_CI: 'true'
EARTHLY_ALLOW_PRIVILEGED: 'true'

jobs:
integration-specs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fed5b7a

Please sign in to comment.