summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2020-11-09 15:10:01 -0500
committerFrank Elias <francois.elias@livio.io>2020-11-09 15:10:01 -0500
commitf67579276c73e0e313c5ee9c367f39ba34bad019 (patch)
tree3bf621b7b0591704cedbcf32cc594463cf5824cd /.github
parent8d64ffb0c400962db6d199d327ca23aef1d16d9d (diff)
downloadsdl_ios-f67579276c73e0e313c5ee9c367f39ba34bad019.tar.gz
CI test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml24
1 files changed, 14 insertions, 10 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b7461da56..ff1376d64 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -78,16 +78,18 @@ jobs:
uses: codecov/codecov-action@v1.0.10
with:
yml: ./codecov.yml
-
- - name: Install dependencies
- run: |
- python -m pip install --upgrade pip
- pip install -r generator/requirements.txt
- - name: Test with pytest
- run: |
- pip install pytest
- pip install pytest-cov
- pytest generator/test/runner.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
+# - name: Current Directory
+# uses: ls
+#
+# - name: Install dependencies
+# run: |
+# python -m pip install --upgrade pip
+# pip install -r generator/requirements.txt
+# - name: Test with pytest
+# run: |
+# pip install pytest
+# pip install pytest-cov
+# pytest generator/test/runner.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
rpcTest:
name: RPCSpecGeneratorTests
@@ -100,6 +102,8 @@ jobs:
# uses: actions/setup-python@v2.3.1
# with:
# python-version: '3.8'
+ - name: Current Directory
+ run: ls
- name: Install dependencies
run: |
python -m pip install --upgrade pip