Skip to content

Commit

Permalink
fix: use passing node.js workflow without integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scott45 committed Jul 19, 2024
1 parent 5942138 commit efe8b4e
Showing 1 changed file with 3 additions and 38 deletions.
41 changes: 3 additions & 38 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,11 @@

name: Node.js CI
env:
NODE_ENV: 'dev'
STARTUP_TYPE: 'nats'
SERVER_URL: 'nats://localhost:4222'
PRODUCER_STREAM: event-director
CONSUMER_STREAM: TMS
ACK_POLICY: 'None'
STREAM_SUBJECT:
APM_ACTIVE: false
APM_LOGGING: false
FUNCTION_NAME: '${{ github.event.repository.name }}'
REDIS_DB: 0
REDIS_AUTH:
REDIS_SERVERS: '[{"host":"127.0.0.1", "port":6379}]'
REDIS_IS_CLUSTER: false
DATABASE_NAME: Configuration
TRANSACTION_HISTORY_DATABASE_URL: 'http://localhost:8529/'
PSEUDONYMS_DATABASE_URL: 'http://localhost:8529/'
TRANSACTION_HISTORY_DATABASE_USER: root
PSEUDONYMS_DATABASE_USER: root
TRANSACTION_HISTORY_DATABASE_PASSWORD:
PSEUDONYMS_DATABASE_PASSWORD:
PSEUDONYMS_DATABASE: pseudonyms
TRANSACTION_HISTORY_DATABASE: transactionHistory
TRANSACTION_HISTORY_DATABASE_CERT_PATH: ''
PSEUDONYMS_DATABASE_CERT_PATH: ''
NODE_TLS_REJECT_UNAUTHORIZED: '0'
TRANSACTION_HISTORY_PAIN001_COLLECTION: transactionHistoryPain001
TRANSACTION_HISTORY_PAIN013_COLLECTION: transactionHistoryPain013
TRANSACTION_HISTORY_PACS008_COLLECTION: transactionHistoryPacs008
TRANSACTION_HISTORY_PACS002_COLLECTION: transactionHistoryPacs002
QUOTING: true
PORT: 3000
GH_RW_TOKEN: '${{ secrets.GH_WRITE_TOKEN }}'
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_SCOPE: "@frmscoe"
NPM_REGISTRY: "https://npm.pkg.github.com/"
ENV_NEWMAN: https://raw.githubusercontent.com/frmscoe/postman/indexes/environments/Ekuta-LOCAL.postman_environment.json
THRESHOLD: 5
REPO_NAME: 'performance-benchmark'
ITERATION_COUNT: 500
NODE_ENV: 'test'
STARTUP_TYPE: 'nats'

on:
push:
Expand Down

0 comments on commit efe8b4e

Please sign in to comment.