Test variables
Gitea Actions Test - Make / Explore-Gitea-Actions (push) Successful in 23s Details

This commit is contained in:
Peter J. Holzer 2024-03-17 20:56:30 +01:00
parent ce95e24e18
commit 5a8aeb07b0
1 changed files with 1 additions and 0 deletions

View File

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