chore: configure login env. vars. in e2e test workflow (#1221)

This commit is contained in:
Ali BARIN
2023-08-18 09:48:41 +02:00
committed by GitHub
parent 217970667a
commit dbe18dd100

View File

@@ -18,6 +18,9 @@ jobs:
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run Playwright tests
env:
LOGIN_EMAIL: ${{ secrets.LOGIN_EMAIL }}
LOGIN_PASSWORD: ${{ secrets.LOGIN_PASSWORD }}
run: yarn playwright test
- uses: actions/upload-artifact@v3
if: always()