Обновить .gitea/workflows/dev_pipeline.yaml
Some checks failed
Dev testing pipeline / BuildAndTest (push) Failing after 3s
Some checks failed
Dev testing pipeline / BuildAndTest (push) Failing after 3s
This commit is contained in:
@ -15,7 +15,7 @@ jobs:
|
||||
echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
echo "${{ gitea.workspace }} is a workspace folder"
|
||||
- name: Check out repo code 📝
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up PostgreSQL 🐘
|
||||
uses: postgres-actions/setup-postgres@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user