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

Use action

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