Update rust.yml

This commit is contained in:
Flori 2023-04-15 17:29:27 +02:00 committed by GitHub
parent b120d693e6
commit ece8221e79
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Navigate to project root
run: cd server
- name: Install Node packages
run: npm i
run: npm ci
- name: Build and generate schema
run: npm run setup
- name: Start the server