Skip to content

Commit

Permalink
add .circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Mar 20, 2024
1 parent 48dd378 commit b03c076
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cd test

docker-compose build
docker-compose pull php selenium.chrome
10 changes: 10 additions & 0 deletions .circleci/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

set -e

cd test

docker-compose run --rm test-unit &&
docker-compose run --rm test-rest &&
docker-compose run --rm test-acceptance.webdriverio &&
docker-compose run --rm test-acceptance.puppeteer

0 comments on commit b03c076

Please sign in to comment.