Check vars
This commit is contained in:
parent
ad0b72e524
commit
4bd5dbb1e0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue