Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Update CI step names
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Apr 8, 2022
1 parent f0db514 commit 3537888
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,10 @@ jobs:
uses: sass/clone-linked-repo@v1
with: {repo: sass/sass, path: language}

- run: npm install
- name: Embedded host: npm install
run: npm install
working-directory: embedded-host-node
- name: npm run init
- name: Embedded host: npm run init
run: |
npm run init -- --protocol-path=../build/embedded-protocol --compiler-path=.. --api-path=../language
working-directory: embedded-host-node
Expand Down

0 comments on commit 3537888

Please sign in to comment.