ci: update

This commit is contained in:
2026-01-03 16:32:52 +08:00
parent 15d53d2966
commit 5a40277a6a

View File

@@ -16,12 +16,18 @@ jobs:
- 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
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
fetch-depth: 1
- 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: Check binded volumes
run: |
ls /var/data
ls /var/deploy
- name: check Go version
run: go version
# - name: check Docker version