Commit da6f1bd2 authored by carlosperate's avatar carlosperate

Update CI tests for ardublocklyserver name changes.

parent 81883d2c
......@@ -50,7 +50,8 @@ build: off
# For now a simple test that we know passes
test_script:
- cmd: python ArdublocklyServer\tests\SketchCreator_test.py
- cmd: python ardublocklyserver\tests\sketchcreator_test.py
- cmd: python ardublocklyserver\tests\compilersettings_test.py
# Push artifact to s3 bucket and list all
before_deploy:
......
......@@ -50,7 +50,8 @@ install:
# For now only running a known passing test, the others need to be updated
script:
- python ArdublocklyServer/tests/SketchCreator_test.py
- python ardublocklyserver/tests/sketchcreator_test.py
- python ardublocklyserver/tests/compilersettings_test.py
# Deploy the build version in an S3 bucket
deploy:
......
......@@ -58,7 +58,8 @@ dependencies:
# Customize test commands
test:
override:
- python ArdublocklyServer/tests/SketchCreator_test.py
- python ardublocklyserver/tests/sketchcreator_test.py
- python ardublocklyserver/tests/compilersettings_test.py
# Customize deployment commands
deployment:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment