This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch vlsi/github_actions
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/vlsi/github_actions by this 
push:
     new e646cd6  Remove gw version
e646cd6 is described below

commit e646cd64abfc20b8dd585d0ca317e6d61329f33e
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Oct 7 17:35:39 2019 +0300

    Remove gw version
---
 .github/workflows/main.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6e73190..e61146d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,7 +23,6 @@ jobs:
     - name: 'Test'
       shell: bash
       run: |
-        ./gradlew --version
         ./gradlew build -x distTar -x distTarSha512 -x signDistTar -x 
distTarSource -x distTarSourceSha512 -x signDistTarSource
 
   mac:
@@ -39,5 +38,4 @@ jobs:
         java-version: 13
     - name: 'Test'
       run: |
-        ./gradlew --version
         ./gradlew build -x distTar -x distTarSha512 -x signDistTar -x 
distTarSource -x distTarSourceSha512 -x signDistTarSource 
-Dskip.test_TestDNSCacheManager.testWithCustomResolverAnd1Server=true

Reply via email to