Skip to content

Commit ac86704

Browse files
committed
test(e2e): do not run tests on ubuntu
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
1 parent b8cdc02 commit ac86704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-testing.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [macos-latest, ubuntu-latest]
13+
# os: [macos-latest, ubuntu-latest]
14+
os: [macos-latest]
1415
runs-on: ${{ matrix.os }}
1516
steps:
1617

0 commit comments

Comments
 (0)