Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release-v2' into sameer/raz-99…
Browse files Browse the repository at this point in the history
…4-fix-tests-in-v2-release
  • Loading branch information
SamAg19 committed Sep 11, 2024
2 parents cd6833b + d9bfcfa commit 1e16edf
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 1e16edf

Please sign in to comment.