Skip to content

Commit

Permalink
Fix names, dependencies etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Aug 2, 2024
1 parent 6c5aebf commit 71d441e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Test construction (native currency)
name: Check construction (native currency)

on:
pull_request:
workflow_dispatch:

jobs:
localnet:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -15,8 +15,9 @@ jobs:

- uses: actions/checkout@v4

- name: Install mesh-cli
- name: Install dependencies
run: |
pip3 install requests
curl -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/master/scripts/install.sh | sh -s -- -b "$HOME/.local/bin"
echo "$HOME/.local/bin" >> $GITHUB_PATH
Expand All @@ -26,6 +27,6 @@ jobs:
- name: Run scenario
run: |
cd systemtests && python3 ./construction_native.py --network testnet
cd systemtests && python3 ./check_construction_native.py --network testnet
File renamed without changes.

0 comments on commit 71d441e

Please sign in to comment.