From a7bed6fce369115a8e89dcde2fed615910b6f17b Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Fri, 31 Jan 2025 16:06:07 +0200 Subject: [PATCH] ls --- .github/workflows/django.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 858397b..af3eaf5 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -29,6 +29,7 @@ jobs: options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - uses: actions/checkout@v4 + - run: ls ./github/workflows/python_and_pip/ - uses: ./.github/workflows/python_and_pip/action.yml" with: python-version: 3.12.4