DIRSTUDIO-1317 improving run statement
diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml
index 09c2f46..fa01159 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -38,7 +38,7 @@
           distribution: 'temurin'
           cache: maven
       - name: Build with Apache Maven
-        run: mvn -f pom-first.xml -U clean install -Djava.awt.headless=true
+        run: mvn -f pom-first.xml -U clean install  && mvn clean install 
     env: 
        MAVEN_OPTS: "-Xmx1024M"