Update test_script.yml

This commit is contained in:
jfraeys 2024-03-16 20:12:36 +00:00 committed by GitHub
parent 113f2b544f
commit 98c76355d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |