Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowen93 committed Apr 29, 2022
1 parent 365b8c1 commit 3ccd76e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-test-ethermint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
with:
go-version: 1.17
- name: up a level
run: cd .. && pwd
run: |
cd ..
pwd
- name: Clone ethermint repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3ccd76e

Please sign in to comment.