From 2f664faea9b14e7bc18ea5beff1126417b1d84e1 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 21 Oct 2021 16:17:39 +0530 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 216c84e2..e298b88f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: {} jobs: tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest services: redis-cache: image: redis:alpine @@ -29,10 +29,12 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 steps: - uses: actions/checkout@v2 + with: + path: 'frappe' - name: setup python uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: '3.9' - name: setup node uses: actions/setup-node@v2 with: