diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 63bda3e..100fa80 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,10 +15,10 @@ jobs:
     - name: Set up node modules
       run: npm ci
 
+    - name: Build artifacts
+      run: npm run build
+
     - name: Execute tests
       run: npm run test
       env:
         CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
-
-    - name: Build artifacts
-      run: npm run build
\ No newline at end of file