Skip to content

Commit ff35563

Browse files
James WoodJames Wood
James Wood
authored and
James Wood
committed
run again
1 parent daa09bb commit ff35563

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,9 @@ jobs:
2525
repository: nasa/cumulus
2626
ref: v18.5.1
2727

28-
# Step 2: Install NVM (Node Version Manager)
29-
- name: Install NVM
30-
run: |
31-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
32-
export NVM_DIR="$HOME/.nvm"
33-
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
34-
echo "NVM installed"
35-
3628
# Step 3: Install and use Node.js
3729
- name: Install Node.js
3830
run: |
39-
export NVM_DIR="$HOME/.nvm"
40-
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
4131
nvm install
4232
nvm use
4333
echo "Node.js version: $(node -v)"
@@ -47,7 +37,7 @@ jobs:
4737
run: |
4838
export NVM_DIR="$HOME/.nvm"
4939
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
50-
npm install -g lerna
40+
npm install -g typescript lerna
5141
5242
# Step 5: Install NPM dependencies
5343
- name: Install NPM dependencies
@@ -61,7 +51,7 @@ jobs:
6151
run: |
6252
export NVM_DIR="$HOME/.nvm"
6353
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
64-
npm run bootstrap -- --loglevel verbose
54+
npm run bootstrap
6555
6656
# Step 7: Upload the lambda.zip from post-to-cmr
6757
- name: Upload Post-to-CMR Lambda Artifact
@@ -80,6 +70,7 @@ jobs:
8070

8171
# First job in the workflow installs and verifies the software
8272
build:
73+
if: false
8374
name: Build, Test, Verify, Publish
8475
# The type of runner that the job will run on
8576
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)