1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Run setup in pro directory

This commit is contained in:
Rory Powell 2022-04-13 22:31:51 +01:00
parent 197891078a
commit bb4edf186e

View file

@ -36,7 +36,8 @@ jobs:
# Can't checkout in the parent directory directly
# Just do a move afterwards instead
- run: mv pro ../budibase-pro
- name: Setup pro
run: mv pro ../budibase-pro && cd ../budibase-pro && yarn setup
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1