This commit is contained in:
@@ -5,12 +5,13 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install pytest
|
- name: Check Python
|
||||||
run: pip3 install pytest
|
|
||||||
|
|
||||||
- name: Check pytest
|
|
||||||
run: pytest --version
|
|
||||||
|
|
||||||
- name: List directories
|
|
||||||
run: |
|
run: |
|
||||||
ls -d */ 2>/dev/null || echo "No subdirectories"
|
python3 --version
|
||||||
|
which python3
|
||||||
|
|
||||||
|
- name: List files
|
||||||
|
run: |
|
||||||
|
ls -la
|
||||||
|
echo "---"
|
||||||
|
ls -d */
|
||||||
Reference in New Issue
Block a user