Skip to content

Commit

Permalink
Merge pull request #74 from Web3Auth/fix/CI-and-test-timeout-fix
Browse files Browse the repository at this point in the history
Fix/ci and test timeout fix
  • Loading branch information
chaitanyapotti authored Nov 25, 2024
2 parents aa52a91 + 23e4f58 commit 6348479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
reporter: ["text", "html"],
include: ["src/**/*.ts"],
},
timeout: 10000,
silent: true,
},
});

0 comments on commit 6348479

Please sign in to comment.