Skip to content

Commit

Permalink
ci: name the second checkout for more clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jul 6, 2021
1 parent 27376a1 commit 4efb50a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bridges.yml
Expand Up @@ -29,7 +29,8 @@ jobs:
with:
path: action

- uses: actions/checkout@v2
- name: Checkout repo under test
uses: actions/checkout@v2
with:
repository: paritytech/parity-bridges-common
fetch-depth: 0
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cumulus.yml
Expand Up @@ -29,7 +29,8 @@ jobs:
with:
path: action

- uses: actions/checkout@v2
- name: Checkout repo under test
uses: actions/checkout@v2
with:
repository: paritytech/cumulus
fetch-depth: 0
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/polkadot.yml
Expand Up @@ -29,17 +29,13 @@ jobs:
with:
path: action

- uses: actions/checkout@v2
- name: Checkout repo under test
uses: actions/checkout@v2
with:
repository: paritytech/polkadot
fetch-depth: 0
path: repo

- name: debug
run: |
ls -al
pwd
- name: Srtool build
id: srtool_build
uses: ./action
Expand Down

0 comments on commit 4efb50a

Please sign in to comment.