go go magic charms

This commit is contained in:
John McLear 2020-05-28 12:39:03 +00:00
parent 13b4122cf5
commit 671d823eee
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,6 @@ jobs:
# Frontend is focus # Frontend is focus
- name: "Test the Frontend" - name: "Test the Frontend"
install: install:
- "ls -lsh node_modules"
- "bin/installDeps.sh" - "bin/installDeps.sh"
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
script: script:

View file

@ -87,6 +87,6 @@
"test": "nyc mocha --timeout 5000 ../tests/backend/specs/api", "test": "nyc mocha --timeout 5000 ../tests/backend/specs/api",
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api" "test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
}, },
"version": "1.8.6", "version": "1.8.4",
"license": "Apache-2.0" "license": "Apache-2.0"
} }