Skip to content

Commit

Permalink
fix: restore cache to get env_name.txt for report_smoke_failures (#315)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg O'Grady <[email protected]>
  • Loading branch information
theProf and Greg O'Grady authored Dec 10, 2024
1 parent 3d5afac commit b084e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jobs/smoke/report_smoke_failures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ parameters:
type: string
default: "<!subteam^S07CKAVJPLG>"
steps:
- restore_cache:
key: env_name_cache-{{ .Environment.CIRCLE_PROJECT_REPONAME }}-{{ .Environment.CIRCLE_WORKFLOW_ID }}
- authenticate_npm
- run:
name: Report Test Failures
Expand Down

0 comments on commit b084e38

Please sign in to comment.