mirror of
https://github.com/p-stream/backend.git
synced 2026-03-17 00:06:47 +00:00
Update pull-request-testing.yaml
This commit is contained in:
parent
68df7fa8ad
commit
2e9a3b6ce1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pull-request-testing.yaml
vendored
2
.github/workflows/pull-request-testing.yaml
vendored
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue