File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 8383 rm -rf DataExchange/DataExFrontend/public
8484 mv DataExchange/DataExFrontend/.next2 DataExchange/DataExFrontend/.next
8585 mv DataExchange/DataExFrontend/public2 DataExchange/DataExFrontend/public
86- /home/ubuntu/.nvm/versions/node/v20.11.1/bin/pm2 restart dataspace
86+ /home/ubuntu/.nvm/versions/node/v20.11.1/bin/pm2 restart dataspace
87+
88+ smoke :
89+ name : Run Smoke Tests from QA Repo
90+ needs : deploy
91+ uses : saqibmanan/CivicDataSpace-test/.github/workflows/run-smoke.yml@dev
92+ secrets :
93+ BASE_URL : ${{ secrets.BASE_URL }}
94+ HOME_URL_DEV : ${{ secrets.HOME_URL_DEV }}
95+ TEST_EMAIL_1 : ${{ secrets.TEST_EMAIL_1 }}
96+ TEST_PASSWORD_1 : ${{ secrets.TEST_PASSWORD_1 }}
97+ TEST_EMAIL_2 : ${{ secrets.TEST_EMAIL_2 }}
98+ TEST_PASSWORD_2 : ${{ secrets.TEST_PASSWORD_2 }}
99+ QA_REPO_PAT : ${{ secrets.QA_REPO_PAT }}
You can’t perform that action at this time.
0 commit comments