Skip to content

Commit

Permalink
[REFACTOR] Test before Deploy Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aallali committed Jun 9, 2024
1 parent 560d24c commit fb9b4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check & Deploy Doc
name: Check & Test & Deploy Doc

on:
push:
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
cd safina_db
cargo test -q
deploy_docs:
needs: check
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fb9b4bf

Please sign in to comment.