Commit da6f1bd2 authored by carlosperate's avatar carlosperate

Update CI tests for ardublocklyserver name changes.

parent 81883d2c
...@@ -50,7 +50,8 @@ build: off ...@@ -50,7 +50,8 @@ build: off
# For now a simple test that we know passes # For now a simple test that we know passes
test_script: 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 # Push artifact to s3 bucket and list all
before_deploy: before_deploy:
......
...@@ -50,7 +50,8 @@ install: ...@@ -50,7 +50,8 @@ install:
# For now only running a known passing test, the others need to be updated # For now only running a known passing test, the others need to be updated
script: 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 the build version in an S3 bucket
deploy: deploy:
......
...@@ -58,7 +58,8 @@ dependencies: ...@@ -58,7 +58,8 @@ dependencies:
# Customize test commands # Customize test commands
test: test:
override: override:
- python ArdublocklyServer/tests/SketchCreator_test.py - python ardublocklyserver/tests/sketchcreator_test.py
- python ardublocklyserver/tests/compilersettings_test.py
# Customize deployment commands # Customize deployment commands
deployment: 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