Skip to content

Commit

Permalink
Add shebang to script and add macos-14-large as a target
Browse files Browse the repository at this point in the history
  • Loading branch information
lf94 committed Nov 14, 2024
1 parent fd36bbe commit 3beb635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/ci-cd-scripts/playwright-electron.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# bash strict mode
set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest-8-cores, windows-latest-8-cores]
os: [ubuntu-latest-8-cores, windows-latest-8-cores, macos-14-large]
shardIndex: [1, 2, 3, 4]
shardTotal: [4]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3beb635

Please sign in to comment.