diff --git a/.github/workflows/build-esbuild.yml b/.github/workflows/build-esbuild.yml index d50ec9b643dc..31c5bc79f88e 100644 --- a/.github/workflows/build-esbuild.yml +++ b/.github/workflows/build-esbuild.yml @@ -25,13 +25,13 @@ jobs: run: npm run build.esbuild -- --ci shell: bash - # - name: Validate Build - # run: npm run test.dist - # shell: bash + - name: Validate Build + run: npm run test.dist + shell: bash - # - name: Validate Testing - # run: npm run test.testing - # shell: bash + - name: Validate Testing + run: npm run test.testing + shell: bash - name: Upload Build Artifacts uses: ./.github/workflows/actions/upload-archive