Debug CI
This commit is contained in:
parent
4ae8c48cd6
commit
b7dbc6ad50
3 changed files with 9 additions and 3 deletions
10
.github/workflows/release-plugin.yml
vendored
10
.github/workflows/release-plugin.yml
vendored
|
|
@ -1,10 +1,14 @@
|
|||
name: Release Obsidian plugin
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# tags:
|
||||
# - "*"
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
|
|
|
|||
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
run: |
|
||||
rustup install nightly
|
||||
rustup default nightly
|
||||
rustup component add clippy
|
||||
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