Skip to content

Commit

Permalink
💚 update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Nov 22, 2023
1 parent 0d9f506 commit efdcc96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 122 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/publish-prerelease.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/publish-release.yml

This file was deleted.

10 changes: 2 additions & 8 deletions .github/workflows/push_checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,5 @@ jobs:
run: npm ci
- name: Build application
run: npm run build
- name: Run test coverage
run: npm run coverage
- name: Upload coverage to action results
uses: actions/upload-artifact@v3
with:
path: |
coverage/
coverage.json
- name: Run test
run: npm run test

0 comments on commit efdcc96

Please sign in to comment.