Unverified Commit eee86327 authored by mvdbeek's avatar mvdbeek
Browse files

Use upstream command to install chrome and chromedriver

parent 37977ebe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -66,7 +66,8 @@ jobs:
      - uses: mvdbeek/gha-yarn-cache@master
        with:
          yarn-lock-file: 'galaxy root/client/yarn.lock'
      - uses: nanasess/setup-chromedriver@v2
      - run: npx @puppeteer/browsers install chrome@stable
      - run: npx @puppeteer/browsers install chromedriver@stable
      - name: Run tests
        run: ./run_tests.sh --coverage -selenium lib/galaxy_test/selenium -- --num-shards=3 --shard-id=${{ matrix.chunk }}
        working-directory: 'galaxy root'