build on windows-2016

This commit is contained in:
Jan Prochazka 2022-02-18 06:36:47 +01:00
parent 8ca6c0ab3f
commit b2c841e0cd
3 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# os: [ubuntu-18.04, windows-2016]
os: [macOS-10.15, windows-2019, ubuntu-18.04]
os: [macOS-10.15, windows-2016, ubuntu-18.04]
steps:
- name: Context

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# os: [ubuntu-18.04, windows-2016]
os: [macOS-10.15, windows-2019, ubuntu-18.04]
os: [macOS-10.15, windows-2016, ubuntu-18.04]
steps:
- name: Context
@ -32,8 +32,8 @@ jobs:
node-version: 14.x
- name: yarn install
run: |
yarn --version
yarn config set network-timeout 300000
# yarn --version
# yarn config set network-timeout 300000
yarn install
- name: setCurrentVersion
run: |
@ -118,7 +118,7 @@ jobs:
# mv app/dist/latest.yml artifacts/latest.yml || true
- name: Copy latest.yml (windows)
if: matrix.os == 'windows-2019'
if: matrix.os == 'windows-2016'
run: |
mv app/dist/latest.yml artifacts/latest.yml || true
mv app/dist/dbgate-pad.xml artifacts/ || true

View File

@ -31,8 +31,8 @@ jobs:
node-version: 14.x
- name: yarn install
run: |
yarn --version
yarn config set network-timeout 300000
# yarn --version
# yarn config set network-timeout 300000
yarn install
- name: setCurrentVersion
run: |