Skip to content

Commit

Permalink
disable docker pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 29, 2023
1 parent 3f2e8a0 commit 66be50b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nutshell-integration.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: CI Test Workflow

on: [push, pull_request]
# on: [push, pull_request]
on: []

jobs:
build-and-test:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Set up Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Checkout Nutshell repository
uses: actions/checkout@v2
with:
Expand All @@ -25,7 +27,8 @@ jobs:
run: curl http://localhost:3338/keys
- name: Navigate to the parent directory
run: cd ..
- uses: actions/checkout@v3
- name: Checkout cashu-ts repository
uses: actions/checkout@v3

- name: Run Tests
uses: actions/setup-node@v3
Expand Down

0 comments on commit 66be50b

Please sign in to comment.