Skip to content

Commit

Permalink
Reorder checkout calls in Namada workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Jun 6, 2024
1 parent ad8a30d commit 6c6ad1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/namada.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
account_prefix: cosmos,''
native_token: stake,nam
steps:
- uses: actions/checkout@v4
- name: Clone Namada
uses: actions/checkout@v4
with:
Expand All @@ -51,7 +52,6 @@ jobs:
ls
pwd
echo "NAMADA_REPO_PATH=$(pwd)/namada" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
Expand Down Expand Up @@ -124,6 +124,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Clone Namada
uses: actions/checkout@v4
with:
Expand All @@ -134,7 +135,6 @@ jobs:
id: namada-repo-path
run: |
echo "NAMADA_REPO_PATH=$(pwd)/namada" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 6c6ad1c

Please sign in to comment.