Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Nov 10, 2023
1 parent b2e7426 commit e4d33d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ integ-runner [ARGS] [TEST...]
This will look for all files that match the naming convention of `/integ.*.js$/`. Each of these files will be expected
to be a self contained CDK app. The runner will execute the following for each file (app):

1. Check if snapshot files exists (i.e. `*.snapshot/**`)
1. Check if snapshot files exist (i.e. `*.snapshot/**`)
2. If the snapshot does not exist\
a) Synth the integ app which will produce the `integ.json` file
3. Read the `integ.json` file which contains instructions on what the runner should do.
Expand Down

0 comments on commit e4d33d2

Please sign in to comment.