Skip to content

Commit

Permalink
Dry run validator before pull request (#690)
Browse files Browse the repository at this point in the history
* Create test_validator

* Rename test_validator to test_validator.yml

* Update appsignals-e2e-ec2-test.yml

* Update appsignals-e2e-ec2-canary-test.yml

* Update appsignals-e2e-eks-canary-test.yml

* add option to allow validator dry run compile

* allow test validator dry run

* allow test validator dry run

* allow test validator dry run

* allow test validator dry run

* allow test validator dry run

* allow test validator dry run

* Allow PR-build test to test validator success to build

* Revert change in E2E Test

* Revert unneeded change

* Revert unneeded change

* Use Gradle-Build-Action instead of run command

* delete unneeded indent

* delete unneeded indent

* delete unneeded indent
  • Loading branch information
XinRanZhAWS authored Jan 9, 2024
1 parent 88fc9c4 commit 42a08de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
uses: ./.github/actions/patch-dependencies
if: ${{ matrix.os != 'windows-latest' }} # Skip patch on windows as it is not possible to build opentelemetry-java on windows

- name: Dry Run Validator
uses: gradle/gradle-build-action@v2
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
arguments: testing:validator:build

- name: Build with Gradle with Integration tests
uses: gradle/gradle-build-action@v2
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 42a08de

Please sign in to comment.