Update pull-request-testing.yaml

This commit is contained in:
dum 2026-02-27 22:57:37 +05:30 committed by GitHub
parent 68df7fa8ad
commit 2e9a3b6ce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,8 @@ jobs:
- name: Run account creation integration test
run: |
# Making sure this is installed cause it keeeps failing cause of this
npm install tweetnacl
# Create a Node.js script to handle the crypto operations
cat > /tmp/auth-test.mjs << 'EOF'
import crypto from 'crypto';