ci: bump version before installing dependencies in release workflow (#104)
Ensures that the correct chromedriver binary is downloaded
This commit is contained in:
Родитель
a23c98387e
Коммит
2119532bd8
|
@ -18,10 +18,10 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Dependencies
|
||||
run: npm i
|
||||
- name: Update Version
|
||||
run: node script/update-version.js ${{ github.event.inputs.version }}
|
||||
- name: Install Dependencies
|
||||
run: npm i
|
||||
- name: Run Tests
|
||||
run: npm test
|
||||
create_new_version:
|
||||
|
|
Загрузка…
Ссылка в новой задаче