LS stuff
Build Dusk / run-tests (push) Successful in 7s

This commit is contained in:
2026-06-08 16:45:59 -05:00
parent 19b88ec858
commit fb7d3ed122
+14 -1
View File
@@ -13,7 +13,20 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
- name: Run tests in Docker
run: ./scripts/test-linux.sh
run :
echo "ls -la ."
ls -la .
echo "ls -la /"
ls -la /
echo "realpath ."
realpath .
echo "realpath .."
realpath ..
echo "realpath ./scripts"
realpath ./scripts
echo "ls -la ./scripts"
ls -la ./scripts
# run: ./scripts/test-linux.sh
# build-linux:
# runs-on: ubuntu-latest