From aa08e0d127be220d14a748a44697403544463f4b Mon Sep 17 00:00:00 2001 From: Muktesh <149012017+mukteshj@users.noreply.github.com> Date: Fri, 7 Feb 2025 20:26:04 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a49215..7b6722a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,13 @@ name: Quality Checks + on: pull_request: branches: - main + push: + branches: + - main + workflow_dispatch: # Allows manual triggering env: LT_USERNAME: ${{ secrets.LT_USERNAME }} @@ -10,9 +15,10 @@ env: GRID_HOST: ${{ secrets.GRID_HOST }} jobs: - SmartUI-Gihub-Action: - name: Execute SmartUI Test with Github App Integration + SmartUI-Github-Action: + name: Execute SmartUI Test with GitHub App Integration runs-on: ubuntu-latest + steps: - uses: actions/checkout@v1 @@ -27,9 +33,9 @@ jobs: GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID echo "GITHUB_URL: $GITHUB_URL" echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV - + - name: Install Dependencies run: npm install - name: Execute Test - run: npm test \ No newline at end of file + run: npm test