diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b1dc0ac79..48170fbe5 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -26,6 +26,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + token: ${{env.GH_TOKEN}} - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 diff --git a/buildspec.yml b/buildspec.yml index c5ad36bdf..9db20b9f3 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -2,7 +2,7 @@ version: 0.2 env: variables: - NODE_ENV: "development" + NODE_ENV: 'development' phases: install: diff --git a/client/cypress.json b/client/cypress.json index 85760a993..4d6c4ffea 100644 --- a/client/cypress.json +++ b/client/cypress.json @@ -1,3 +1,3 @@ { "testFiles": "**/*.feature" -} \ No newline at end of file +} diff --git a/client/indexbuild.html b/client/indexbuild.html index 1aab6e725..cc3ba7a13 100644 --- a/client/indexbuild.html +++ b/client/indexbuild.html @@ -1,21 +1,44 @@ -
- - -