Turn off verbose logging in deploy.yml
This commit is contained in:
parent
7bff966ac0
commit
6980ff5f9f
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -41,10 +41,10 @@ jobs:
|
|||||||
run: cargo install sqlx-cli --no-default-features --features native-tls,postgres
|
run: cargo install sqlx-cli --no-default-features --features native-tls,postgres
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test
|
||||||
|
|
||||||
- name: Build backend
|
- name: Build backend
|
||||||
run: cargo build --release --verbose
|
run: cargo build --release
|
||||||
|
|
||||||
- name: Install SSH Key
|
- name: Install SSH Key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user