next test

This commit is contained in:
2025-12-18 20:53:01 +01:00
parent ba196127ef
commit 4578428261

View File

@@ -12,10 +12,12 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
-name: Install bun dependency
- run: echo "🖥️ install bun." - run: echo "🖥️ install bun."
- run: curl -fsSL https://bun.com/install | bash - run: curl -fsSL https://bun.com/install | bash
- run: bun --version
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: test bun script
- run: bun --version
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."