Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Apr 4, 2024
1 parent 01ae3af commit f826665
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/yarn-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ jobs:
- name: Read .env file
uses: xom9ikk/dotenv@v2

# - name: Generate ENV related extend file for docker-compose
# uses: cuchi/[email protected]
# with:
# template: .docker/docker-compose.tmp-dev.j2
# output_file: .docker/docker-compose.${{ matrix.network }}.yml
# variables: |
# RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}
# NETWORK=${{ matrix.network }}
- name: Generate ENV related extend file for docker-compose
uses: cuchi/[email protected]
with:
template: .docker/docker-compose.tmp-dev.j2
output_file: .docker/docker-compose.${{ matrix.network }}.yml
variables: |
RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}
NETWORK=${{ matrix.network }}

# - name: Show build configuration
# run: cat .docker/docker-compose.${{ matrix.network }}.yml
- name: Show build configuration
run: cat .docker/docker-compose.${{ matrix.network }}.yml

# - name: Build the stack
# run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --remove-orphans
- name: Build the stack
run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --remove-orphans

- uses: actions/[email protected]
with:
Expand All @@ -67,7 +67,7 @@ jobs:
yarn --version
yarn install
yarn add mochawesome
# ../scripts/wait_for_first_block.sh
../scripts/wait_for_first_block.sh
echo "Ready to start tests"
NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}
env:
Expand Down

0 comments on commit f826665

Please sign in to comment.