Skip to content

Commit

Permalink
Move package-lock-utd to other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 19, 2023
1 parent 74d5332 commit ab703ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .builds/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ tasks:
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
sudo apt-get update
sudo apt-get install nodejs -y
- check-package-lock: |
cd dusa
npx --yes [email protected]
- install: |
cd dusa
npm ci
Expand All @@ -27,6 +24,7 @@ tasks:
npm run lint
npm run build
npm run lib
npx --yes [email protected]
- github: |
echo "github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl" > ~/.ssh/known_hosts
cd dusa
Expand Down

0 comments on commit ab703ea

Please sign in to comment.