Skip to content

Commit

Permalink
figuring out the correct script path
Browse files Browse the repository at this point in the history
  • Loading branch information
khan5ula committed Oct 11, 2024
1 parent 824bebc commit b86456e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: ../../scripts/init_db_dir.sh
- run: pwd
- run: ls -al
- run: ./scripts/init_db_dir.sh
- run: cargo test --verbose

0 comments on commit b86456e

Please sign in to comment.