From 457842826198300b6f347f4348d7b8d04ab59d91 Mon Sep 17 00:00:00 2001 From: Urs Rudolph Date: Thu, 18 Dec 2025 20:53:01 +0100 Subject: [PATCH] next test --- .gitea/workflows/demo.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d389644..13218d5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -12,10 +12,12 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." + -name: Install bun dependency - run: echo "🖥️ install bun." - run: curl -fsSL https://bun.com/install | bash - - run: bun --version - name: List files in the repository run: | ls ${{ gitea.workspace }} + - name: test bun script + - run: bun --version - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file