Skip to content

Commit

Permalink
Add build matrix with Windows and Mac queues for E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Apr 26, 2024
1 parent b82c482 commit 806d78c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ steps:

# FIXME: Tests are currently failing but that's not due to CI
# See https://github.com/Automattic/studio/issues/37
- label: E2E Tests macOS
- label: E2E Tests
key: e2e_tests
command: |
.buildkite/commands/install-node-dependencies.sh
Expand All @@ -42,6 +42,13 @@ steps:
echo '--- :playwright: Run End 2 End Tests'
npm run e2e
plugins: *common_plugins
agents:
queue: {{ matrix.queue }}
matrix:
setup:
queue:
- mac
- windows

- label: '🔨 Create Dev Build'
key: 'dev'
Expand Down

0 comments on commit 806d78c

Please sign in to comment.