Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Jul 1, 2024
1 parent 523d9fd commit 26866e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- main
- FrameworkRefactor
pull_request:
branches:
- main
- FrameworkRefactor

jobs:
server-test:
Expand All @@ -23,3 +21,5 @@ jobs:
- run: echo "Start"
- run: npm i
- run: npm run test-coverage
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 26866e8

Please sign in to comment.