Skip to content

Commit

Permalink
clean up CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 8, 2024
1 parent cf17fc8 commit bb6fabc
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/process_kava_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ jobs:
with:
path: rosetta-kava

- name: "echo"
run: "echo $GITHUB_WORKSPACE"
- name: "ls"
run: "ls -la $GITHUB_WORKSPACE"
- name: "pwd"
run: "pwd"

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand All @@ -44,13 +37,6 @@ jobs:
repository: Kava-Labs/kava
path: kava

- name: "echo"
run: "echo $GITHUB_WORKSPACE"
- name: "ls"
run: "ls -la $GITHUB_WORKSPACE"
- name: "pwd"
run: "pwd"

- name: "build kava"
run: make docker-build
working-directory: ./kava
Expand Down Expand Up @@ -78,23 +64,6 @@ jobs:
-H "Content-Type: application/json" \
http://localhost:8545 | jq
- name: "docker ps"
run: "docker ps"

- name: "docker logs"
run: "docker logs generated-kavanode-1"

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Test Integration
run: KAVA_RPC_URL=http://localhost:26657 NETWORK=kava-local PORT=4000 make test-integration
working-directory: ./rosetta-kava

- name: "docker ps"
run: "docker ps"
if: always()

- name: "docker logs"
run: "docker logs generated-kavanode-1"
if: always()

0 comments on commit bb6fabc

Please sign in to comment.