Skip to content

Commit

Permalink
Merge pull request #434 from zama-ai/fix/compile
Browse files Browse the repository at this point in the history
fix: force install of solidity comments
  • Loading branch information
immortal-tofu authored Jul 5, 2024
2 parents 4ee587c + bdeb7fa commit 08a6328
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 75 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: cp .env.example .env
- run: npm ci --include=optional
- run: npm install solidity-comments-linux-x64-gnu
- name: "npm CI test"
run: |
# sometimes not created and is not tailed
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publishprerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
node-version: 20.x
- run: cp .env.example .env
- run: npm ci --include=optional
- run: npm install solidity-comments-linux-x64-gnu
- run: npm run compile
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: cp .env.example .env
- run: npm ci --include=optional
- run: npm install solidity-comments-linux-x64-gnu
- run: npm run prettier:check
- name: "npm CI test"
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testmock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: cp .env.example .env
- run: npm ci --include=optional
- run: npm install solidity-comments-linux-x64-gnu
- name: "npm CI test"
run: |
# sometimes not created and is not tailed
Expand Down
Loading

0 comments on commit 08a6328

Please sign in to comment.