[ 
https://issues.apache.org/jira/browse/DISPATCH-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162732#comment-17162732
 ] 

ASF GitHub Bot commented on DISPATCH-1720:
------------------------------------------

gemmellr commented on pull request #779:
URL: https://github.com/apache/qpid-dispatch/pull/779#issuecomment-662405683


   Also, youll need a exclude  to fix the RAT check failing on the new GitHub 
Actions config, maybe something like:
   ```
   diff --git a/pom.xml b/pom.xml
   index 14b623c5..698e510c 100644
   --- a/pom.xml
   +++ b/pom.xml
   @@ -69,6 +69,7 @@
                    <artifactId>apache-rat-plugin</artifactId>
                    <configuration>
                        <excludes>
   +                      <exclude>.github/workflows/*.yml</exclude>
                          <exclude>.travis.yml</exclude>
                          <exclude>CMakeCache.txt</exclude>
                          <exclude>.gitmodules</exclude>
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Run javascript console tests in CI
> ----------------------------------
>
>                 Key: DISPATCH-1720
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1720
>             Project: Qpid Dispatch
>          Issue Type: Test
>          Components: Tests
>    Affects Versions: 1.12.0
>            Reporter: Jiri Daněk
>            Assignee: Jiri Daněk
>            Priority: Major
>
> Console tests ({{npm run test}}) are not being run in CI currently.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to