File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
sudo apt-get -y update
31
31
sudo apt-get -y install build-essential software-properties-common gcc gdb make
32
32
- run : |
33
- cd ..
34
33
git clone https://github.com/crossdb-org/crossdb.git
35
34
cd crossdb
36
35
make build
37
36
sudo make install
38
- cd crossdb-nodejs
37
+ cd ..
38
+ rm -rfv crossdb
39
39
- run : npm ci
40
40
- run : npm run build --if-present
41
41
- run : npm test
@@ -53,12 +53,12 @@ jobs:
53
53
sudo apt-get -y update
54
54
sudo apt-get -y install build-essential software-properties-common gcc gdb make
55
55
- run : |
56
- cd ..
57
56
git clone https://github.com/crossdb-org/crossdb.git
58
57
cd crossdb
59
58
make build
60
59
sudo make install
61
- cd crossdb-nodejs
60
+ cd ..
61
+ rm -rfv crossdb
62
62
- run : npm ci
63
63
- run : npm run build --if-present
64
64
- run : npm publish --access public
You can’t perform that action at this time.
0 commit comments