Skip to content

Commit

Permalink
fix: typos are the best
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikitop committed Oct 17, 2024
1 parent 1eeb8b8 commit 1805b1e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,12 @@ jobs:
- sixrs-gke/run-release
- run:
name: install
command: source /opt/ros/iron/setup.bash && npm ci && && npm run build && npm run test && npm publish
command: source /opt/ros/iron/setup.bash && npm ci && npm run build && npm run test && npm publish
- persist_to_workspace:
root: ./
paths:
- .

test:
docker:
- image: osrf/ros:iron-desktop
environment:
NODE_ENV: test
CMAKE_PREFIX_PATH: /opt/ros/iron
ROS_PACKAGE_PATH: /opt/ros/iron/share
steps:
- attach_workspace:
at: ./
- run:
name: setup node and run tests
command: |
curl -o /tmp/nodejs.deb https://deb.nodesource.com/node_20.x/pool/main/n/nodejs/nodejs_20.15.1-1nodesource1_$(dpkg --print-architecture).deb && apt-get update && apt-get install -y /tmp/nodejs.deb && \
source /opt/ros/iron/setup.bash && \
npm run test
workflows:
version: 2
build:
Expand Down

0 comments on commit 1805b1e

Please sign in to comment.