Skip to content

Modify character creation with position and rotation #50

Modify character creation with position and rotation

Modify character creation with position and rotation #50

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- master
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: nschloe/action-cached-lfs-checkout@v1
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Preprocess API
run: yarn preprocess-api
# - name: Download Crowdin
# env:
# CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
# CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
# run: yarn crowdin download
- name: Test build website
run: $env:BUILD_EN_ONLY="true"; yarn build