Update test_script.yml
This commit is contained in:
parent
113f2b544f
commit
98c76355d6
1 changed files with 1 additions and 9 deletions
10
.github/workflows/test_script.yml
vendored
10
.github/workflows/test_script.yml
vendored
|
|
@ -59,15 +59,7 @@ jobs:
|
|||
|
||||
|
||||
- name: Run bash script
|
||||
run: |
|
||||
#!/bin/bash
|
||||
|
||||
# Check if current directory contains any files
|
||||
if [ "$(ls -A)" ]; then
|
||||
echo "Current directory is not empty"
|
||||
else
|
||||
echo "Current directory is empty"
|
||||
fi
|
||||
run: ls -la
|
||||
|
||||
- name: Test tmux_sessionizer
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue