Adds cassandra e2e container CRUD test (#195)

* Starts cassandra

* Adds more cassandra

* wip

* Fix a few extra console.logs

* Format

* Adds cassandra connection string secret to ci

* Adds test name to failure screenshot

* Disable no-any on expect type, as it has getState() method

* Constantize some delays

* Accidentally deleted a brace
This commit is contained in:
Zachary Foster
2020-09-22 16:21:57 -04:00
committed by GitHub
parent 7c5c8ddb7a
commit 13dafb9581
4 changed files with 105 additions and 3 deletions

View File

@@ -216,6 +216,7 @@ jobs:
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0
PORTAL_RUNNER_CONNECTION_STRING: ${{ secrets.CONNECTION_STRING_SQL }}
CASSANDRA_CONNECTION_STRING: ${{ secrets.CONNECTION_STRING_CASSANDRA }}
nuget:
name: Publish Nuget
if: github.ref == 'refs/heads/master' || contains(github.ref, 'hotfix/') || contains(github.ref, 'release/')