Skip to content

Commit

Permalink
test: standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
0.618 committed Apr 24, 2024
1 parent b57e5bd commit 1dda883
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codebuild_specs/build_tests_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ version: 0.2
env:
shell: bash
phases:
pre_build:
- echo 'Source Version - $CODEBUILD_RESOLVED_SOURCE_VERSION'
build:
commands:
- echo "Build Tests Standalone"
- source ./shared-scripts.sh && _buildTestsStandalone
artifacts:
files:
- 'shared-scripts.sh'
- "shared-scripts.sh"

0 comments on commit 1dda883

Please sign in to comment.