mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
9 lines
167 B
YAML
9 lines
167 B
YAML
on:
|
|
workflow_call:
|
|
jobs:
|
|
setup_chromedriver:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Install chromedriver
|
|
uses: nanasess/setup-chromedriver@v2
|