Skip to content

Commit

Permalink
update CI to relative changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Oct 3, 2024
1 parent fa8e94b commit e8ccf09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Init
run: npm ci
run: npm ci && npm run patch-coverage-gas-cost
- name: Run coverage
run: npm run coverage
- name: Upload coverage reports to Codecov
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node {
docker.image('node:20-alpine').inside {
stage('Init') {
sh 'npm ci'
sh 'npm run patch-coverage-gas-cost'
}
stage('Test') {
sh 'npm run test-ci'
Expand Down

0 comments on commit e8ccf09

Please sign in to comment.