diff --git a/.github/workflows/.2.yml.swo b/.github/workflows/.2.yml.swo deleted file mode 100644 index deff803f55..0000000000 Binary files a/.github/workflows/.2.yml.swo and /dev/null differ diff --git a/.github/workflows/.2.yml.swp b/.github/workflows/.2.yml.swp deleted file mode 100644 index 09c856b409..0000000000 Binary files a/.github/workflows/.2.yml.swp and /dev/null differ diff --git a/.github/workflows/3.yml b/.github/workflows/3.yml index 80659f8df2..78a28a1422 100644 --- a/.github/workflows/3.yml +++ b/.github/workflows/3.yml @@ -69,7 +69,7 @@ jobs: run: docker exec go-ethereum npx hardhat --version - name: Deploy hardhat sample project - run: | + run: | docker exec go-ethereum npx hardhat ignition deploy ./ignition/modules/Token.js --network devnet - name: Testing contracts