You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/04/21 05:37:55 UTC

[groovy] branch danielsun/tweak-JmxServerConnectorFactoryTest-further created (now 8766f42)

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

sunlan pushed a change to branch danielsun/tweak-JmxServerConnectorFactoryTest-further
in repository https://gitbox.apache.org/repos/asf/groovy.git.


      at 8766f42  Modify hosts.allow and restart network

This branch includes the following new commits:

     new 8766f42  Modify hosts.allow and restart network

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[groovy] 01/01: Modify hosts.allow and restart network

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch danielsun/tweak-JmxServerConnectorFactoryTest-further
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 8766f42fc170c5377e44afc22aad059e5c79f6e4
Author: Daniel Sun <su...@apache.org>
AuthorDate: Wed Apr 21 13:37:41 2021 +0800

    Modify hosts.allow and restart network
---
 .github/workflows/build-test.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 480d4c2..1eab4af 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -26,6 +26,10 @@ jobs:
         java: [8.0.232, 11.0.9]
     runs-on: ${{ matrix.os }}
     steps:
+      - name: Modify hosts.allow
+        run:  sudo echo "ALL" > /etc/hosts.allow
+      - name: Restart network
+        run:  sudo service network restart
       - uses: actions/checkout@v1
       - name: Set up JDK
         uses: actions/setup-java@v1