CI try 7
Some checks failed
Main LMDBAL workfow / Debug Repository State (push) Successful in 4s
Main LMDBAL workfow / Test LMDBAL with qt5 (push) Failing after 0s
Main LMDBAL workfow / Test LMDBAL with qt6 (push) Failing after 0s
Main LMDBAL workfow / Release documentation (push) Has been skipped
Some checks failed
Main LMDBAL workfow / Debug Repository State (push) Successful in 4s
Main LMDBAL workfow / Test LMDBAL with qt5 (push) Failing after 0s
Main LMDBAL workfow / Test LMDBAL with qt6 (push) Failing after 0s
Main LMDBAL workfow / Release documentation (push) Has been skipped
This commit is contained in:
parent
1083df36ee
commit
f5d6fb9141
@ -12,11 +12,17 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Ensure all files and full history are fetched
|
||||||
|
path: . # Clone into the root workspace directory
|
||||||
|
|
||||||
- name: List all files
|
- name: List all files in the workspace
|
||||||
run: |
|
run: |
|
||||||
echo "Listing files in $(pwd):"
|
echo "Listing files in $(pwd):"
|
||||||
ls -R
|
ls -la
|
||||||
|
echo "Checking .gitea contents:"
|
||||||
|
ls -la .gitea/workflows || echo ".gitea/workflows not found!"
|
||||||
|
|
||||||
|
|
||||||
test-qt5:
|
test-qt5:
|
||||||
name: Test LMDBAL with qt5
|
name: Test LMDBAL with qt5
|
||||||
|
Loading…
Reference in New Issue
Block a user