Update tests.yml
This commit is contained in:
committed by
GitHub
parent
2de5152bfd
commit
43a46ad1fb
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update && sudo apt-get install -y make
|
||||||
make tests
|
make tests
|
||||||
#sudo mv coverage/coverage.txt coverage.txt
|
#sudo mv coverage/coverage.txt coverage.txt
|
||||||
#sudo chmod 777 coverage.txt
|
#sudo chmod 777 coverage.txt
|
||||||
@@ -22,4 +23,4 @@ jobs:
|
|||||||
# - name: Upload coverage to Codecov
|
# - name: Upload coverage to Codecov
|
||||||
# uses: codecov/codecov-action@v4
|
# uses: codecov/codecov-action@v4
|
||||||
# with:
|
# with:
|
||||||
# token: ${{ secrets.CODECOV_TOKEN }}
|
# token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user