Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeShimizu committed Jun 30, 2024
1 parent 312e2e4 commit 9eec885
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@ jobs:
test-vector: [bitcoin-cln, bitcoin-lnd, liquid-cln, liquid-lnd, misc-integration, lwk-cln, lwk-lnd]
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Nix
- name: Install Nix and run tests
uses: determinateSystems/nix-installer-action@v12
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/flake-checker-action@v8
if: ${{ matrix.test-vector == 'bitcoin-cln' }}

- name: Run integration tests
run: nix-shell --run "make test-${{matrix.test-vector}}"
- run: nix-shell --run "make test-${{matrix.test-vector}}"

0 comments on commit 9eec885

Please sign in to comment.