next test
This commit is contained in:
@@ -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 }}."
|
||||||
Reference in New Issue
Block a user