Loading .github/workflows/selenium.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -21,8 +21,11 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: setup-selenium: uses: ./.github/workflows/setup_selenium.yaml test: name: Test needs: setup-selenium runs-on: ubuntu-latest strategy: fail-fast: false Loading Loading @@ -66,7 +69,6 @@ jobs: - uses: mvdbeek/gha-yarn-cache@master with: yarn-lock-file: 'galaxy root/client/yarn.lock' - 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 .github/workflows/setup_selenium.yaml 0 → 100644 +8 −0 Original line number Diff line number Diff line on: workflow_call: jobs: setup_chromedriver: runs-on: ubuntu-latest steps: - name: Install chromedriver uses: mvdbeek/setup-chromedriver@chromedriver_puppeteer Loading
.github/workflows/selenium.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -21,8 +21,11 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: setup-selenium: uses: ./.github/workflows/setup_selenium.yaml test: name: Test needs: setup-selenium runs-on: ubuntu-latest strategy: fail-fast: false Loading Loading @@ -66,7 +69,6 @@ jobs: - uses: mvdbeek/gha-yarn-cache@master with: yarn-lock-file: 'galaxy root/client/yarn.lock' - 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
.github/workflows/setup_selenium.yaml 0 → 100644 +8 −0 Original line number Diff line number Diff line on: workflow_call: jobs: setup_chromedriver: runs-on: ubuntu-latest steps: - name: Install chromedriver uses: mvdbeek/setup-chromedriver@chromedriver_puppeteer