Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaderiverstokes committed Oct 21, 2024
1 parent a3d1b2b commit 8052784
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@ jobs:
with:
version: nightly

- name: Clone EVM Tableland Repository
run: |
git clone https://github.com/tablelandnetwork/evm-tableland.git
cd evm-tableland
id: clone

- name: Install dependencies
run: |
cd evm-tableland
npm install
id: install-dependencies

- name: Run Hardhat Deployment Script
run: |
cd evm-tableland
npx hardhat run scripts/deploy.ts --network localhost
id: deploy

- name: Run Forge build
run: |
forge --version
Expand Down

0 comments on commit 8052784

Please sign in to comment.