Skip to content

Commit

Permalink
enable tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 8, 2024
1 parent 8525025 commit ed6b3b4
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions .github/workflows/process_kava_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
with:
go-version-file: rosetta-kava/go.mod

# - name: Cache Go Modules
# uses: actions/cache@v4
# with:
# path: ~/go/pkg/mod
# key: ${{ runner.os }}-go-${{ hashFiles('./rosetta-kava/**/go.sum') }}
# restore-keys: |
# ${{ runner.os }}-go-
#
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Cache Go Modules
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('./rosetta-kava/**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# - name: Build
# run: make build
Expand Down Expand Up @@ -76,10 +76,3 @@ jobs:
- name: Test Integration
run: KAVA_RPC_URL=http://localhost:26657 NETWORK=kava-local PORT=4000 make test-integration
working-directory: ./rosetta-kava

- name: "saving cache"
uses: actions/cache/save@v3
id: cache
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('./rosetta-kava/**/go.sum') }}

0 comments on commit ed6b3b4

Please sign in to comment.