Skip to content

Commit

Permalink
chore: remove artifacts v2
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanelly95 committed Sep 12, 2024
1 parent e7dbbd5 commit 8a2ac55
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 8a2ac55

Please sign in to comment.