Loading .github/workflows/selenium.yaml +1 −2 Original line number Diff line number Diff line Loading @@ -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' Loading Loading
.github/workflows/selenium.yaml +1 −2 Original line number Diff line number Diff line Loading @@ -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' Loading