quiet checkouts
This commit is contained in:
parent
989517dc05
commit
afe3e8f6ef
@ -18,7 +18,9 @@ jobs:
|
||||
name: Run Beacon collector tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
progress: false
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
@ -37,12 +39,13 @@ jobs:
|
||||
echo PATH="$PATH:$(pwd)" >> $GITHUB_ENV
|
||||
|
||||
- name: "Clone system-tests"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: cerc-io/system-tests
|
||||
ref: ${{ env.SYSTEM_TESTS_REF }}
|
||||
path: ./system-tests
|
||||
token: ${{ secrets.CICD_REPO_TOKEN }}
|
||||
progress: false
|
||||
- name: "Install pytest"
|
||||
working-directory: ./system-tests
|
||||
run: pip3 install pytest
|
||||
@ -72,7 +75,9 @@ jobs:
|
||||
name: Run Blobscan scraper tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
progress: false
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
|
Loading…
Reference in New Issue
Block a user