diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30bac033..b89ef290 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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