chmod
Build Dusk / run-tests (push) Failing after 7s

This commit is contained in:
2026-06-08 16:47:45 -05:00
parent 593ed6408c
commit 06c517c9aa
+2 -13
View File
@@ -14,19 +14,8 @@ jobs:
uses: actions/checkout@v6
- name: Run tests in Docker
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
chmod +x ./scripts/test-linux.sh
./scripts/test-linux.sh
# build-linux:
# runs-on: ubuntu-latest