Skip to content

Commit 3b19bf9

Browse files
authored
Merge pull request #96 from itk-dev/feature/disable-playwright-test
Disarmed Playwright test run in GitHub Actions workflow
2 parents 1b56e65 + 6fa79ae commit 3b19bf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
docker run --rm -v $(pwd):/work tmknom/prettier --check tests
1818
1919
test:
20+
# @todo Make the tests actually run ­ or remove them …
21+
if: false
2022
timeout-minutes: 60
2123
runs-on: ubuntu-latest
2224
steps:

0 commit comments

Comments
 (0)