Remove env variable added in the wrong place

This commit is contained in:
Hetu Nandu 2020-11-05 13:03:11 +05:30
parent c1c56f70fe
commit 8fe37df34e

View File

@ -209,7 +209,6 @@ jobs:
CYPRESS_TESTUSERNAME2: ${{ secrets.CYPRESS_TESTUSERNAME2 }}
CYPRESS_TESTPASSWORD2: ${{ secrets.CYPRESS_TESTPASSWORD1 }}
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
NODE_ENV: "development"
with:
browser: chrome
headless: true