Fix e2e CI

This commit is contained in:
Andras Schmelczer 2025-03-16 21:20:07 +00:00
parent 4bd5dbb1e0
commit 0564885aa6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 5 additions and 8 deletions

View file

@ -25,9 +25,6 @@ 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