Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Feb 24, 2024
1 parent fa6b149 commit 40b5f81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@

name: Node.js CI

on:
# push for all branches
push:
branches:
- '*'
# pull_request:
# types:
# - ready_for_review
# - opened
on: [push, pull_request]

jobs:
build:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nutshell-integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Test Workflow
name: Nutshell end-to-end tests

on: [push, pull_request]

Expand All @@ -13,10 +13,10 @@ jobs:
- name: Check running containers
run: docker ps

- name: Sleep 5 seconds and curl on localhost:3338/v1/keys
run: |
sleep 5
curl localhost:3338/v1/keys
# - name: Sleep 5 seconds and curl on localhost:3338/v1/info
# run: |
# sleep 5
# curl localhost:3338/v1/info

- name: Checkout cashu-ts repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 40b5f81

Please sign in to comment.