@@ -14,19 +14,8 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Run tests in Docker
|
- name: Run tests in Docker
|
||||||
run: |
|
run: |
|
||||||
echo "ls -la ."
|
chmod +x ./scripts/test-linux.sh
|
||||||
ls -la .
|
./scripts/test-linux.sh
|
||||||
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:
|
# build-linux:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user