Skip to content

Commit cf6c7b2

Browse files
committed
Fix CI
1 parent 412c21d commit cf6c7b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,17 @@ jobs:
5656
run: |
5757
git config --global user.email "github-actions@example.com"
5858
git config --global user.name "GitHub Actions"
59-
- name: Run forge install
59+
- name: Run forge init with metacontract/template
6060
run: |
6161
mkdir /tmp/install-with-template-test
6262
cd /tmp/install-with-template-test
6363
forge init mc-example-project -t metacontract/template
6464
forge test
65+
- name: Run forge test
66+
run: |
67+
cd ./mc-example-project
68+
forge init mc-example-project -t metacontract/template
69+
forge test
6570
6671
# slither:
6772
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)