Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobholamovic committed Dec 20, 2023
1 parent 7c2be17 commit 041c1b0
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/agent_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,35 +75,3 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
UnitTest2:
name: Unit Test2
runs-on: ubuntu-20.04
permissions:
pull-requests: write
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
cache: pip # Caching pip dependencies
cache-dependency-path: |
erniebot/setup.cfg
erniebot-agent/setup.cfg
erniebot-agent/tests/requirements.txt
- name: Install erniebot-agent and dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ./erniebot
python -m pip install ./erniebot-agent[all]
python -m pip install -r erniebot-agent/tests/requirements.txt
- name: Show make version
run: make --version
- name: Run unit tests
run: make test_coverage
working-directory: erniebot-agent
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 041c1b0

Please sign in to comment.