Skip to content

Commit

Permalink
fix: change order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Mar 9, 2024
1 parent a5415bc commit dec9d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Run Docker Compose
run: docker compose up lnd1 -d
- name: Install protobuf-compiler
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Install stable
Expand All @@ -49,8 +51,6 @@ jobs:
- name: cargo generate-lockfile
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
- name: Run Docker Compose
run: docker compose up lnd1
- name: chmod data-dir
run: sudo chmod -R a+rwx ./data
- name: cargo llvm-cov
Expand Down

0 comments on commit dec9d34

Please sign in to comment.