@@ -13,7 +13,20 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Run tests in Docker
|
- 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:
|
# build-linux:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user