workflow test
Some checks failed
Run tests / Explore-Gitea-Actions (push) Successful in 27s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Failing after 38s

This commit is contained in:
maxbyte9p
2024-05-22 16:05:57 -04:00
parent 294d5bd013
commit 4c5999d167

View File

@@ -14,6 +14,6 @@ jobs:
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "The workflow is now ready to run your tests on the runner."
- run: mkdir build
- run: cd build
- run: cd build && echo $PWD
- run: echo "$PWD"
- run: echo "This job's status is ${{ job.status }}."