-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add .circleci/config.yml * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * Add .circleci/config.yml * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow * update workflow --------- Co-authored-by: Ruwan Geeganage <[email protected]>
- Loading branch information
1 parent
4630588
commit b98b403
Showing
5 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 2.1 | ||
|
||
jobs: | ||
build: | ||
machine: true | ||
steps: | ||
- checkout | ||
- run: | ||
name: Run Tests | ||
command: | | ||
docker-compose -p e2eproject -f ./docker-compose.e2e.yml up e2e | ||
code=$(docker inspect $(docker ps -aqf "name=ots-share-e2e-pw-run") --format='{{.State.ExitCode}}') | ||
docker-compose -p e2eproject down | ||
exit $code | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters