Skip to content

Commit

Permalink
drop: Unit testing (vtex-apps#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
thyarles authored Jun 10, 2022
1 parent 47e3129 commit b933de4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qe-pull-request-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: '[PRT] Quality Engineering'

on:
pull_request_target:
branches:
branches:
- main
- master
types:
Expand All @@ -16,7 +16,7 @@ jobs:
danger: true
dangerRequireChangelog: false
nodeLint: true
nodeTest: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_b2b-organizations-graphql
nodeSonarOrganization: vtex-apps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/qe-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: '[PRN] Quality Engineering'

on:
pull_request:
branches:
branches:
- main
- master
types:
- opened
- reopened
- synchronize
- ready_for_review
- ready_for_review

jobs:
quality-engineering:
Expand All @@ -19,7 +19,7 @@ jobs:
danger: true
dangerRequireChangelog: false
nodeLint: true
nodeTest: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_b2b-organizations-graphql
nodeSonarOrganization: vtex-apps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/qe-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: '[PSH] Quality Engineering'

on:
push:
branches:
branches:
- master
- main
- bugfix/*
Expand All @@ -19,11 +19,11 @@ jobs:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@main
with:
nodeLint: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_b2b-organizations-graphql
nodeSonarOrganization: vtex-apps
nodeLint: true
nodeTest: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}

0 comments on commit b933de4

Please sign in to comment.