Skip to content

Commit

Permalink
ci: remove the docker ci and use nix
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Feb 14, 2024
1 parent 08336e0 commit 3d12458
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 103 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,16 @@ name: Integration testing

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
schedule:
- cron: '30 1 1,15 * *'

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Integration testing
run: |
docker-compose up --exit-code-from rust_clightning_rpc --quiet-pull
- name: Upload lightning log
uses: actions/upload-artifact@v2
if: failure()
with:
path: |
sandbox/node_one.log
sandbox/node_two.log
name: ${{ github.run_number }}
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix develop --command bash -c 'make check'
9 changes: 0 additions & 9 deletions sandbox/bitcoin_dir/bitcoin.conf

This file was deleted.

11 changes: 0 additions & 11 deletions sandbox/entrypoint.sh

This file was deleted.

4 changes: 0 additions & 4 deletions sandbox/generate-block-bitcoin.sh

This file was deleted.

20 changes: 0 additions & 20 deletions sandbox/lightning_dir_one/config

This file was deleted.

17 changes: 0 additions & 17 deletions sandbox/lightning_dir_two/config

This file was deleted.

5 changes: 0 additions & 5 deletions sandbox/run-bitcoin.sh

This file was deleted.

23 changes: 0 additions & 23 deletions sandbox/run-clightning.sh

This file was deleted.

0 comments on commit 3d12458

Please sign in to comment.