Checkout repo
Gitea Actions Test - Make / Explore-Gitea-Actions (push) Failing after 3s Details

This commit is contained in:
Peter J. Holzer 2023-07-09 22:10:03 +02:00
parent 00d120fb30
commit c67ff0ae0d
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ jobs:
runs-on: trintignant
steps:
- run: pwd
- name: Check out repository code
uses: actions/checkout@v3
- run: cd ${{ gitea.workspace }}; ls -l
- run: cd ${{ gitea.workspace }}; make
- run: cd ${{ gitea.workspace }}; make install