Skip to content

Commit

Permalink
remove storing artifacts update CI (#1007)
Browse files Browse the repository at this point in the history
* chore: update release trigger for CI

* chore: create github release when tag is pushed

* chore: secret to write github release

* chore: update node version

* chore: run CI on push or pull request includes test,lint,coverage,slither

* chore: run CI on push to main and develop branches only

* chore: run CI on push to release* branches also

* chore: fix release ci and add update common ci

* chore: fix release ci and add update common ci

* chore: undo package json change

* chore: node 20

* chore: test CI with node 20

* chore: test CI with node 16

* chore: update test

* chore: update to hardhat from truffle

* chore: fix lint and change prettier to warning

* chore: revert rely on node 20 fallback on git action end

* chore: keep prettier error

* fix: skale network hardhat config changed to frame url

* fix: remove storing atrifacts not required and v2 deprecated
  • Loading branch information
yohanelly95 authored Sep 11, 2024
1 parent 9d4088a commit d9bfcfa
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
- name: Run tests
run: |
CI=true npm run test
- name: Store artifacts
uses: actions/upload-artifact@v2
with:
name: test
path: test
scenarios:
runs-on: ubuntu-latest
Expand All @@ -55,11 +50,6 @@ jobs:
- name: Run scenarios
run: |
CI=true npm run scenarios
- name: Store artifacts
uses: actions/upload-artifact@v2
with:
name: scenarios
path: scenarios
lint:
runs-on: ubuntu-latest
Expand All @@ -70,11 +60,6 @@ jobs:
action: retrieve
- name: Run Lint
run: npm run lint
- name: Store artifacts
uses: actions/upload-artifact@v2
with:
name: lint
path: lint

coverage:
runs-on: ubuntu-latest
Expand All @@ -89,11 +74,6 @@ jobs:
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Store artifacts
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage

slither:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d9bfcfa

Please sign in to comment.