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