Check vars

This commit is contained in:
Andras Schmelczer 2025-03-16 21:15:36 +00:00
parent ad0b72e524
commit 4bd5dbb1e0
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -25,6 +25,9 @@ jobs:
- name: Setup rust
run: |
echo "github.ref: ${{ github.ref }}"
echo "github.ref_type: ${{ github.ref_type }}"
echo "github.event_name: ${{ github.event_name }}"
cargo install sqlx-cli
cd backend
sqlx database create --database-url sqlite://db.sqlite3