You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# learn more at https://karthikv.net/articles/circleci-docker-flow/
# and https://circleci.com/docs/docker/
machine:
services:
- docker
dependencies:
override:
- docker --version
- docker build --rm=false -t app .
test:
override:
- docker run -e SBPLATFORM_APP_ID=$SBPLATFORM_APP_ID -e SBPLATFORM_APP_SECRET=$SBPLATFORM_APP_SECRET -e SBPLATFORM_ENCRYPTION_KEY=$SBPLATFORM_ENCRYPTION_KEY --name app_test app swift test