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 df0c555 commit 1fae516Copy full SHA for 1fae516
.github/workflows/node.js.yml
@@ -30,12 +30,12 @@ jobs:
30
sudo apt-get -y update
31
sudo apt-get -y install build-essential software-properties-common gcc gdb make
32
- run: |
33
+ cd ..
34
git clone https://github.com/crossdb-org/crossdb.git
35
cd crossdb
36
make build
37
sudo make install
- cd ..
38
- rm -rfv crossdb
+ cd crossdb-nodejs
39
- run: npm ci
40
- run: npm run build --if-present
41
- run: npm test
0 commit comments