Skip to content

Commit

Permalink
fix ident
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Apr 2, 2024
1 parent 609ab2b commit 248fcf9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/contract-showcase-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dir: ${{ fromJson(needs.collect_dirs.outputs.dirs) }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v3

- name: display folder
working-directory: ./contracts_showcase/${{ matrix.dir }}
Expand All @@ -40,13 +40,13 @@ jobs:
cache: "npm"
cache-dependency-path: ./contracts_showcase/${{ matrix.dir }}/package-lock.json

- name: Install dependencies
working-directory: ./contracts_showcase/${{ matrix.dir }}
run: npm install
- name: Install dependencies
working-directory: ./contracts_showcase/${{ matrix.dir }}
run: npm install

- name: Test
working-directory: ./contracts_showcase/${{ matrix.dir }}
run: npm run start
env:
JSON_RPC_URL_PUBLIC: ${{ secrets.JSON_RPC_URL_PUBLIC }}
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
- name: Test
working-directory: ./contracts_showcase/${{ matrix.dir }}
run: npm run start
env:
JSON_RPC_URL_PUBLIC: ${{ secrets.JSON_RPC_URL_PUBLIC }}
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}

0 comments on commit 248fcf9

Please sign in to comment.