You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2020/10/22 03:00:42 UTC

[yetus] branch main updated: YETUS-1035. Add test4tests to action test filter (#167)

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

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 24185c8  YETUS-1035. Add test4tests to action test filter (#167)
24185c8 is described below

commit 24185c81740d2bae4086172f2389cf4fa5ad9eb6
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Wed Oct 21 20:00:35 2020 -0700

    YETUS-1035. Add test4tests to action test filter (#167)
---
 .github/workflows/action-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml
index eadb97e..17861f3 100644
--- a/.github/workflows/action-test.yml
+++ b/.github/workflows/action-test.yml
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 ---
-name: Apache Yetus (Action Test)
+name: Action Test
 
 on: [push, pull_request]  # yamllint disable-line rule:truthy
 
@@ -43,7 +43,7 @@ jobs:
           githubtoken: ${{ secrets.GITHUB_TOKEN }}
           pylint: pylint2
           pip: pip2
-          testsfilter: checkstyle,javadoc
+          testsfilter: checkstyle,javadoc,test4tests
       - name: Artifact output
         if: ${{ always() }}
         uses: actions/upload-artifact@v2