build premium

This commit is contained in:
Jan Prochazka 2024-09-03 09:05:52 +02:00
parent 891329de29
commit 80106f82a9

View File

@ -29,21 +29,23 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: dbgate/dbgate-pro
uses: actions/checkout@v2
with:
repository: dbgate/dbgate-pro
token: ${{ secrets.GH_TOKEN }}
path: ../dbgate-pro
- name: Merge dbgate/dbgate-pro
run: |
echo "Working directory"
pwd
cd ..
git clone https://github.com/dbgate/dbgate-pro.git
mkdir dbgate-merged
cd dbgate-pro
cd sync
yarn
node sync.js --nowatch
cd ..
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: yarn adjustPackageJson
run: |