]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
try to fix github action tests
authorJoe Workman <joe@workmanmail.com>
Fri, 27 Sep 2024 05:48:03 +0000 (22:48 -0700)
committerJoe Workman <joe@workmanmail.com>
Fri, 27 Sep 2024 05:48:03 +0000 (22:48 -0700)
.github/workflows/main.yml

index 45140ec857d9ac1859cee26652cff834752daa34..a1d489b59d7fa343aa4b3ea32c2f13068115fb97 100644 (file)
@@ -47,11 +47,18 @@ jobs:
         node: [ '18', '20', '22' ]
     name: Node ${{ matrix.node }} (${{ matrix.platform }})
     runs-on: ${{ matrix.platform }}
+    timeout-minutes: 15
     steps:
       - uses: actions/checkout@v1
       - uses: actions/setup-node@v1
         with:
           node-version: ${{ matrix.node }}
+      - name: Install Google Chrome on macOS
+        if: runner.os == 'macOS'
+        run: brew install --cask google-chrome
+      - name: Install Google Chrome on Windows
+        if: runner.os == 'Windows'
+        run: choco install googlechrome
       - name: install dependencies
         run: yarn
       - name: patch packages