diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 11b9bd1a5..0a2e0a343 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -24,6 +24,11 @@ jobs: run: sudo apt-get install -y xvfb - name: Run tests working-directory: ./app - run: xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ant test + run: xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ant test -Drunning-from-github-action=1 + - name: Publish results + uses: actions/upload-artifact@v1 + with: + name: html-results + path: app/test-bin/results/html/ - name: Cleanup xvfb uses: bcomnes/cleanup-xvfb@v1 diff --git a/app/build.xml b/app/build.xml index 8b723f660..fa3223642 100644 --- a/app/build.xml +++ b/app/build.xml @@ -1,5 +1,5 @@ - + @@ -160,14 +160,18 @@ - + + + + - - + + + diff --git a/build/build.xml b/build/build.xml index 838ebc811..f96b1723c 100644 --- a/build/build.xml +++ b/build/build.xml @@ -188,6 +188,7 @@ +