diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 433aa55..5502ac5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: if: github.ref == 'refs/heads/master' uses: jakejarvis/s3-sync-action@master env: - SOURCE_DIR: "./example/react-app/build" + SOURCE_DIR: "./examples/react-app/build" AWS_REGION: "us-east-1" AWS_S3_BUCKET: "demo-sfa.web3auth.io" AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/vitest.config.mjs b/vitest.config.mjs index e10a919..7c94dcc 100644 --- a/vitest.config.mjs +++ b/vitest.config.mjs @@ -10,6 +10,7 @@ export default defineConfig({ reporter: ["text", "html"], include: ["src/**/*.ts"], }, + timeout: 10000, silent: true, }, });