File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 7070
7171 - name : Test nodejs websocket
7272 working-directory : nodejs-connector/nodejs
73+ env :
74+ TDENGINE_CLOUD_URL : ${{ secrets.TDENGINE_CLOUD_URL }}
75+ TDENGINE_CLOUD_TOKEN : ${{ secrets.TDENGINE_CLOUD_TOKEN }}
76+ TDENGINE_TEST_USERNAME : ${{ secrets.TDENGINE_TEST_USERNAME }}
77+ TDENGINE_TEST_PASSWORD : ${{ secrets.TDENGINE_TEST_PASSWORD }}
7378 run : |
74- export TDENGINE_CLOUD_URL=${{ secrets.TDENGINE_CLOUD_URL }}
75- export TDENGINE_CLOUD_TOKEN=${{ secrets.TDENGINE_CLOUD_TOKEN }}
7679 ls -al
7780 npm install
7881 npm list
Original file line number Diff line number Diff line change 4949 env :
5050 TDENGINE_CLOUD_URL : ${{ secrets.TDENGINE_CLOUD_URL }}
5151 TDENGINE_CLOUD_TOKEN : ${{ secrets.TDENGINE_CLOUD_TOKEN }}
52+ TDENGINE_TEST_USERNAME : ${{ secrets.TDENGINE_TEST_USERNAME }}
53+ TDENGINE_TEST_PASSWORD : ${{ secrets.TDENGINE_TEST_PASSWORD }}
5254 run : |
5355 npm install
5456 npm list
You can’t perform that action at this time.
0 commit comments