Update .gitea/workflows/gitea.yaml

This commit is contained in:
thomas 2024-09-22 12:25:44 +02:00
parent 61c4ac1b71
commit 4fc72516e3

View File

@ -12,8 +12,4 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run npm ci