Skip to content

Commit

Permalink
Adding ssh so I can try and manually run through the install.
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinsingla committed Feb 21, 2024
1 parent 9fe5555 commit c97164e
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,20 @@ jobs:
host: localhost
port: 3306
timeout: 60
- name: Install dependencies
run: npm ci
working-directory: ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
working-directory: ci
- name: Run Playwright tests
run: npx playwright test
working-directory: ci
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Install dependencies
# run: npm ci
# working-directory: ci
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
# working-directory: ci
# - name: Run Playwright tests
# run: npx playwright test
# working-directory: ci
# - uses: actions/upload-artifact@v3
# if: always()
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 30

0 comments on commit c97164e

Please sign in to comment.