Skip to content

Commit

Permalink
Generate genesis using a provided dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuharnikov committed Oct 24, 2024
1 parent dd0c652 commit 48ca5fd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ jobs:
java-version: '11'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Run unit tests
run: sbt --batch "test"
- name: Generate genesis.conf
- name: Run tests
run: |
cd local-network
sh genesis-update.sh
- name: Run docker tests
run: sbt --batch "docker;consensus-client-it/test"
sbt --batch "\
test; \
consensus-client-it/Test/runMain com.wavesplatform.GenesisBlockGenerator \
../local-network/configs/wavesnode/genesis-template.conf \
../local-network/configs/wavesnode/genesis.conf; \
docker; \
consensus-client-it/test"
- name: Archive logs
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 48ca5fd

Please sign in to comment.