Skip to content

Commit

Permalink
Update pr-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan committed Aug 29, 2024
1 parent 66d5f64 commit 9fe9ba7
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 9fe9ba7

Please sign in to comment.