Skip to content

Commit

Permalink
ci: add docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: aleksandrstrokov <busyfifer@gmail.com>
  • Loading branch information
aleksandrstrokov committed Aug 23, 2024
1 parent 3e4b412 commit 8e79af1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,17 @@ jobs:
runs-on: iroha-ubuntu-latest
container: rust:1.65-buster
steps:
- uses: actions/checkout@v3
- name: Checkout Iroha code
uses: actions/checkout@v4
with:
repository: 'hyperledger/iroha'
- name: Run docker-compose.yml containers
run: |
pwd
ls
docker compose -f ${{ env.DOCKER_COMPOSE_PATH }}/docker-compose.yml up --wait || exit 1
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
Expand Down

0 comments on commit 8e79af1

Please sign in to comment.