From 2507a200b558e40c313da5d2a50ef18e94575607 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 5 Jul 2024 18:22:04 -0600 Subject: [PATCH] testing runner --- .gitea/workflows/package.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/package.yaml b/.gitea/workflows/package.yaml index c8a7406..fcaf75d 100644 --- a/.gitea/workflows/package.yaml +++ b/.gitea/workflows/package.yaml @@ -11,11 +11,11 @@ jobs: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - - name: Check out repository code +# - 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 }} +# - name: List files in the repository +# run: | +# ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}."