Skip to content

Commit

Permalink
ci: add integration test to generated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
awsluja committed Jun 5, 2023
1 parent 084984e commit 76087a3
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 149 deletions.
7 changes: 7 additions & 0 deletions codebuild_specs/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ batch:
compute-type: BUILD_GENERAL1_LARGE
depend-on:
- build_linux
- identifier: integration_test
buildspec: codebuild_specs/integration_test.yml
env:
compute-type: BUILD_GENERAL1_LARGE
debug-session: true
depend-on:
- build_linux
- identifier: mock_e2e_tests
buildspec: codebuild_specs/mock_e2e_tests.yml
env:
Expand Down
Loading

0 comments on commit 76087a3

Please sign in to comment.