Skip to content

Commit

Permalink
Merge pull request #282 from NipunaMadhushan/main
Browse files Browse the repository at this point in the history
Skip docerina-ui tests
  • Loading branch information
NipunaMadhushan authored Aug 24, 2023
2 parents 3063dd0 + 2f69583 commit 6e54205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build
run: ./gradlew build -x :docerina-ui:npmTestDocerinaUI

- name: Generate Codecov Report
if: github.event_name == 'pull_request'
Expand All @@ -51,4 +51,4 @@ jobs:
env:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew.bat build
run: ./gradlew.bat build -x :docerina-ui:npmTestDocerinaUI

0 comments on commit 6e54205

Please sign in to comment.