This commit is contained in:
@@ -5,12 +5,13 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install pytest
|
||||
run: pip3 install pytest
|
||||
|
||||
- name: Check pytest
|
||||
run: pytest --version
|
||||
|
||||
- name: List directories
|
||||
- name: Check Python
|
||||
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