1
0
mirror of https://github.com/danog/fast-srp.git synced 2024-11-26 20:04:49 +01:00

Corrected workflow steps

This commit is contained in:
Supereg 2020-04-12 19:31:39 +02:00
parent b91cb6fe8a
commit e23ed41f1c
No known key found for this signature in database
GPG Key ID: 2F08948C5653D720

View File

@ -23,19 +23,19 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Run npm ci
- name: Run npm install
run: npm ci
env:
CI: true
- name: Run npm build
run: npm build
- name: Run build
run: npm run build
env:
CI: true
- name: Run npm lint
run: npm lint
- name: Run lint
run: npm run lint
env:
CI: true
- name: Run npm test
- name: Run test
run: npm test
env:
CI: true