Skip to content

Commit

Permalink
Update ee2-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Aug 9, 2024
1 parent 2104e58 commit 8ac0120
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ee2-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This workflow will install Python dependencies, run tests and lint
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions


name: Execution Engine 2 Test Suite

on:
Expand Down Expand Up @@ -43,8 +42,6 @@ jobs:
with:
path: "./test"



Build_and_Run_Tests_and_CodeCov:
name: Build and Run Tests and CodeCov
runs-on: ubuntu-latest
Expand Down Expand Up @@ -76,7 +73,7 @@ jobs:
cp test/env/test.travis.env test.env
make test-coverage
- name: Upload coverage reports to Codecov
- uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Cleanup
Expand Down

0 comments on commit 8ac0120

Please sign in to comment.