This commit is contained in:
Andras Schmelczer 2024-12-19 20:01:27 +00:00
parent 5e8fb50670
commit 4ae8c48cd6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 4 additions and 0 deletions

View file

@ -28,7 +28,9 @@ jobs:
- name: Build plugin - name: Build plugin
run: | run: |
pwd
cd plugin cd plugin
pwd
npm install npm install
npm run build npm run build

View file

@ -19,6 +19,8 @@ jobs:
- name: Setup - name: Setup
run: | run: |
rustup install nightly
rustup default nightly
cargo install sqlx-cli cargo install sqlx-cli
cd backend cd backend
sqlx database create --database-url sqlite://db.sqlite3 sqlx database create --database-url sqlite://db.sqlite3