Обновить .gitea/workflows/dev_pipeline.yaml
Dev testing pipeline / BuildAndTest (push) Failing after 3s Details

This commit is contained in:
Vasya Ryzhkoff 2024-07-27 06:13:21 +00:00
parent 154c23e8db
commit 3ff28c7a16
1 changed files with 1 additions and 1 deletions

View File

@ -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: