diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 88c66b72002d090a2617e8c8676cb8955ca6ced1..f77ab0aeab66f7a7cd1cba02f5a121b26427772e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,26 +20,26 @@ jobs:
           java-version: '8'
       - name: Where is Java
         run: which java
-#      - name: Grant execute permission for gradlew
-#        run: chmod +x gradlew
-#      - name: Build with Gradle
-#        run: ./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info
-#      - name: List files in libs
-#        run: ls -ahl build/libs
-#      - uses: actions/upload-artifact@v2
-#        with:
-#          name: build-artifacts-gradle
-#          path: |
-#            build/libs/
-#            !build/libs/libraries/
-#          if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn`
-#      - uses: actions/upload-artifact@v2
-#        if: failure()
-#        with:
-#          name: gradle-report
-#          path: build/reports/tests/test/
-#          if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn`
-#
+      - name: Grant execute permission for gradlew
+        run: chmod +x gradlew
+      - name: Build with Gradle
+        run: ./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info
+      - name: List files in libs
+        run: ls -ahl build/libs
+      - uses: actions/upload-artifact@v2
+        with:
+          name: build-artifacts-gradle
+          path: |
+            build/libs/
+            !build/libs/libraries/
+          if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn`
+      - uses: actions/upload-artifact@v2
+        if: failure()
+        with:
+          name: gradle-report
+          path: build/reports/tests/test/
+          if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn`
+
 #===================================#
 #              QUASAR               #
 #===================================#