Skip to content

Commit

Permalink
Merge branch 'develop' into change-phoneNumber-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan authored Aug 29, 2024
2 parents 10d03e3 + 9fe9ba7 commit c8a52a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ jobs:
tests:
needs: build-context
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -259,4 +261,4 @@ jobs:
run: |
cd services/web
npm install
npm run lint
npm run lint

0 comments on commit c8a52a1

Please sign in to comment.