1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-01-10 23:29:26 +02:00

Fix github validate action

This commit is contained in:
Bart 2021-03-12 00:41:46 +01:00
parent 5db0d221d3
commit 86fa83579c

View File

@ -22,6 +22,6 @@ jobs:
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- run: yarn --prefer-offline - run: yarn --prefer-offline
- run: yarn db-gen - run: yarn db-gen
- run: nx run-many --all --target=lint - run: yarn nx run-many --all --target=lint
- run: nx run-many --all --target=test "--ci" - run: yarn nx run-many --all --target=test "--ci"
- run: yarn nx build blueprints - run: yarn nx build blueprints