We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88f4b1 commit 7ad045bCopy full SHA for 7ad045b
1 file changed
.github/workflows/build.yaml
@@ -59,15 +59,22 @@ jobs:
59
run: |
60
nohup sudo taosadapter &
61
62
- - uses: actions/checkout@v4
+ - name: Checkout current repo
63
+ uses: actions/checkout@v4
64
+ with:
65
+ path: 'nodejs-connector'
66
+ clean: true
67
+ set-safe-directory: true
68
+
69
70
71
- name: Use Node.js ${{ matrix.node-version }}
72
uses: actions/setup-node@v3
73
with:
74
node-version: ${{ matrix.node-version }}
75
76
- name: test nodejs websocket
- working-directory: nodejs
77
+ working-directory: nodejs-connector/nodejs
78
79
ls -al
80
npm install
0 commit comments