Skip to content

Commit b4fc136

Browse files
author
Mitchell Elholm
committed
Fix path in node-postgres tests
1 parent 814d890 commit b4fc136

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/javascript-node-postgres-integ-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
push:
55
branches: [ main ]
66
paths:
7-
- 'javascript/nodejs/**'
7+
- 'javascript/node-postgres/**'
88
- '.github/workflows/javascript-node-postgres-integ-tests.yml'
99
pull_request:
1010
branches: [ main ]
1111
paths:
12-
- 'javascript/nodejs/**'
13-
- '.github/workflows/jjavascript-node-postgres-integ-tests.yml'
12+
- 'javascript/node-postgres/**'
13+
- '.github/workflows/javascript-node-postgres-integ-tests.yml'
1414
# Give us a button to allow running the workflow on demand for testing.
1515
workflow_dispatch:
1616
inputs:
@@ -46,7 +46,7 @@ jobs:
4646
aws-region: us-east-1
4747

4848
- name: Configure and run integration for nodejs HowTo
49-
working-directory: ./javascript/nodejs
49+
working-directory: ./javascript/node-postgres
5050
env:
5151
CLUSTER_ENDPOINT: ${{ secrets.JAVASCRIPT_NODEJS_CLUSTER_ENDPOINT }}
5252
REGION: ${{ secrets.JAVASCRIPT_NODEJS_CLUSTER_REGION }}

0 commit comments

Comments
 (0)