You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ jobs:
95
95
name: SSR Tests (Playwright)
96
96
runs-on: ubuntu-latest
97
97
container:
98
-
image: mcr.microsoft.com/playwright:v1.44.0-jammy
98
+
image: mcr.microsoft.com/playwright:v1.45.1-jammy
99
99
steps:
100
100
- uses: actions/checkout@v4
101
101
- uses: actions/setup-node@v4
@@ -265,5 +265,27 @@ jobs:
265
265
close-previous: true
266
266
title: "🧪 Tests are failing on main"
267
267
body: "It looks like the build is currently failing on the main branch. See failed [action results](https://github.com/patternfly/patternfly-elements/actions/runs/${{ github.run_id }}) for more details."
268
+
269
+
build-windows:
270
+
name: Verify that build runs on Windows
271
+
runs-on: windows-latest
272
+
steps:
273
+
- name: Checkout repository
274
+
uses: actions/checkout@v3
275
+
276
+
# Configures the node version used on GitHub-hosted runners
0 commit comments