Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Gajesh2007 committed Feb 2, 2025
1 parent 081fe06 commit 21e9759
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm run lint

- name: Run tests
run: npm run test:coverage
run: npm test
env:
TEST_PRIVATE_KEY: ${{ secrets.TEST_PRIVATE_KEY }}
TEST_API_URL: 'https://test-agent-proxy-api.eigenda.xyz'
Expand All @@ -42,11 +42,6 @@ jobs:
- name: Build
run: npm run build

- name: Upload coverage reports
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

publish:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21e9759

Please sign in to comment.