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