Skip to content

Commit

Permalink
feat: improve logging (IN-1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
edison-vflow committed May 28, 2024
1 parent 791f103 commit 7a78b08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/continue_config.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
initial-setup:
executor: vfcommon/default-executor
steps:
- checkout
- run:
name: initial-setup
command: |
Expand All @@ -150,6 +151,7 @@ jobs:
mock-e2e-run:
executor: vfcommon/default-executor
steps:
- checkout
- run:
name: mock e2e run
command: |
Expand All @@ -159,6 +161,7 @@ jobs:
mock-log-collection:
executor: vfcommon/default-executor
steps:
- checkout
- run:
name: mock log collection
command: |
Expand Down

0 comments on commit 7a78b08

Please sign in to comment.