Keep the name the same

This commit is contained in:
Leandro Facchinetti
2019-10-08 09:45:07 -04:00
parent bc65c241ed
commit f761ff73ad
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm ci, build, and test
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present