Skip to content

Commit

Permalink
qa-tests: relax requirements for the snap-download test regarding the…
Browse files Browse the repository at this point in the history
… runner it should run on (#10955)

snap-download test doesn't require a pre-built db so can run on any
self-hosted runner
  • Loading branch information
mriccobene authored Jul 1, 2024
1 parent fc9dbbb commit fa5d2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-snap-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
snap-download-test:
runs-on: [self-hosted, Erigon3]
runs-on: self-hosted
timeout-minutes: 800
env:
ERIGON_DATA_DIR: ${{ github.workspace }}/erigon_data
Expand Down

0 comments on commit fa5d2dd

Please sign in to comment.