Skip to content

Commit

Permalink
Test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at committed Nov 16, 2023
1 parent 10339fa commit 2ddd1e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build and Test

on:
workflow_call:

Expand Down Expand Up @@ -64,13 +66,10 @@ jobs:

# Run PlayWright tests, only on Linux container.
- name: Install Playwright Browsers
if: runner.os == 'Linux'
run: yarn --cwd ./e2e-tests/ playwright install --with-deps
- name: Run Playwright tests
if: runner.os == 'Linux'
run: yarn --cwd ./e2e-tests/ test
- name: Upload PlayWrite test report
if: always() && runner.os == 'Linux'
uses: actions/upload-artifact@v3
with:
name: playwright-report
Expand Down

0 comments on commit 2ddd1e3

Please sign in to comment.