Yuki Takei 3 лет назад
Родитель
Сommit
66e51e7035
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/reusable-app-prod.yml

+ 1 - 1
.github/workflows/reusable-app-prod.yml

@@ -278,7 +278,7 @@ jobs:
     - name: Determine spec expression
     - name: Determine spec expression
       id: determine-spec-exp
       id: determine-spec-exp
       run: |
       run: |
-        SPEC=`node bin/github-actions/generate-cypress-spec-arg.js --prefix="test/cypress/integration/" --suffix="-*/**" "${{ matrix.spec-group }}"`
+        SPEC=`node bin/github-actions/generate-cypress-spec-arg.mjs --prefix="test/cypress/integration/" --suffix="-*/**" "${{ matrix.spec-group }}"`
         echo "value=$SPEC" >> $GITHUB_OUTPUT
         echo "value=$SPEC" >> $GITHUB_OUTPUT
 
 
     - name: Copy dotenv file for ci
     - name: Copy dotenv file for ci