workflow test
This commit is contained in:
@@ -14,6 +14,8 @@ 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 && echo $PWD
|
||||
- run: cd build && cmake ../
|
||||
- run: cd build && make
|
||||
- run: cd build && make test
|
||||
- run: echo "$PWD"
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
|
Reference in New Issue
Block a user