From d9aa17ed10223c3d116140be1a1a7a93f05e5aad Mon Sep 17 00:00:00 2001 From: Vishnu Bharathi Date: Thu, 19 Dec 2024 05:59:16 +0530 Subject: [PATCH] try default at top --- .github/workflows/webapp.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/webapp.yml b/.github/workflows/webapp.yml index ec06280..2ed533a 100644 --- a/.github/workflows/webapp.yml +++ b/.github/workflows/webapp.yml @@ -10,13 +10,14 @@ concurrency: group: ci-${{ github.head_ref || github.ref }} cancel-in-progress: true +defaults: + run: + working-directory: web + jobs: lint: name: "Lint" runs-on: ubuntu-latest - defaults: - run: - working-directory: ./webapp timeout-minutes: 10 steps: @@ -34,9 +35,6 @@ jobs: test: name: "Test" runs-on: ubuntu-latest - defaults: - run: - working-directory: ./webapp timeout-minutes: 10 steps: