From 7bf7fa981b17323bf512d2e11e56d7ae8e694928 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 3 Aug 2022 12:20:17 +0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e1dd0d6..b8b00653 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI on: push: + pull_request: + branches: [ 3.x, 2.x, master ] env: COMPOSE_INTERACTIVE_NO_CLI: 1 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -94,7 +96,7 @@ jobs: composer update --prefer-dist --no-interaction - name: Run tests - run: ./vendor/bin/phpunit + run: ./vendor/bin/pest env: DB_PASSWORD: password DB_USERNAME: root