Skip to content

Commit

Permalink
fix: install docker-compose in gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Mar 8, 2024
1 parent b12d843 commit 393350f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 92 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ jobs:
- uses: actions/checkout@v4
- name: Install protobuf-compiler
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install just
run: cargo install just
- name: Run Docker Compose
run: docker compose up lnd1 -d
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run itests
run: just run-itests
coverage:
runs-on: ubuntu-latest
name: coverage
Expand Down
95 changes: 4 additions & 91 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [
"moksha-cli",
"moksha-wallet",
"moksha-mint",
"integrationtests",
]

[profile.dev]
Expand Down

0 comments on commit 393350f

Please sign in to comment.