Skip to content

Commit

Permalink
change iroha branch
Browse files Browse the repository at this point in the history
Signed-off-by: Far <OS@Noutbuk-admin.local>
  • Loading branch information
aleksandrstrokov authored and SamHSmith committed Oct 28, 2024
1 parent a314fdc commit 74c6d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

env:
IROHA_REF: 2.0.0-pre-rc.22
IROHA_REF: main

jobs:
pytest:
Expand All @@ -28,7 +28,7 @@ jobs:
repository: 'hyperledger/iroha'
ref: ${{ env.IROHA_REF}}
- name: Run docker-compose.yml containers
run: docker compose -f ./configs/swarm/docker-compose.yml up --wait || exit 1
run: docker compose -f ./defaults/docker-compose.yml up --wait || exit 1
- name: Checkout code
uses: actions/checkout@v4
- name: Maturin build
Expand Down

0 comments on commit 74c6d86

Please sign in to comment.