Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imda-benedictlee committed Jan 15, 2024
1 parent f113672 commit 31631db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
npm install
touch .env
echo 'MONGODB_URI=mongodb://aiverify:aiverify@127.0.0.1:27017/aiverify' >> .env
echo 'ALLOWED_ORIGINS=http://127.0.0.1:3000,http://127.0.0.1:3001' >> .env
echo 'ALLOWED_ORIGINS=http://127.0.0.1:3000,http://127.0.0.1:3001,http://127.0.0.1:4000' >> .env
cd ../ai-verify-portal
npm install
Expand Down

0 comments on commit 31631db

Please sign in to comment.