Skip to content

Commit

Permalink
Ensure project is attached
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Nov 17, 2023
1 parent 9e76216 commit e9e62d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
configure-secrets:
executor: apple-ci-arm-medium
steps:
- attach_workspace:
at: ~/project
- run:
name: "Store configuration files"
command: |
Expand Down Expand Up @@ -174,3 +176,7 @@ workflows:
name: execute-snyk
requires:
- prepare-snyk
filters:
branches:
only:
- master

0 comments on commit e9e62d0

Please sign in to comment.