Skip to content

Commit

Permalink
Merge pull request #773 from lukso-network/develop
Browse files Browse the repository at this point in the history
chore: re-sync main to release as 0.12.0
  • Loading branch information
CJ42 authored Oct 30, 2023
2 parents 82c5633 + a9f3e86 commit fa89882
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@

name: Solidity Code coverage

env:
# 4GB of memory to prevent max heap size error when running code coverage
NODE_OPTIONS: "--max_old_space_size=4096"

on:
push:
pull_request:
branches:
- "develop"
types:
- closed

jobs:
coverage:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit fa89882

Please sign in to comment.