Skip to content

Commit 87972e6

Browse files
committed
undo if:false for linux & mac
1 parent 90f18b8 commit 87972e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-scripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
test-mac:
1616
name: Test mac/run.sh on macOS
17-
if: false
17+
# if: false
1818
runs-on: macos-latest
1919
timeout-minutes: 15
2020
environment: BrowserStack
@@ -380,7 +380,7 @@ jobs:
380380

381381
test-linux:
382382
name: Test mac/run.sh on Linux
383-
if: false
383+
# if: false
384384
runs-on: ubuntu-latest
385385
timeout-minutes: 15
386386
environment: BrowserStack

0 commit comments

Comments
 (0)