test github action
diff --git a/.github/workflows/testAnimations.yml b/.github/workflows/testAnimations.yml
index 08a9cc5..54ab852 100644
--- a/.github/workflows/testAnimations.yml
+++ b/.github/workflows/testAnimations.yml
@@ -21,4 +21,4 @@
     - run: npm install
     - run: npm run test:create
     # - run: npm run build
-    # - run: npm run test:compare
\ No newline at end of file
+    - run: npm run test:compare
\ No newline at end of file
diff --git a/test/index.js b/test/index.js
index fceb1aa..1a97bb7 100644
--- a/test/index.js
+++ b/test/index.js
@@ -189,8 +189,8 @@
     page.evaluate(() => {
         window.continueExecution();
     });
-    console.log('MESSAGE: ', message.currentFrame);
     const message = await bridgeHelper.waitForMessage();
+    console.log('MESSAGE: ', message.currentFrame);
     const fileNumber = message.currentFrame.toString().padStart(5, '0');
     const fileName = `image_${fileNumber}.png`;
     const localDestinationPath = `${filePath}/${fileName}`;