mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-11 17:46:41 -05:00
Fix tests and lint
This commit is contained in:
29
.github/workflows/ci.yaml
vendored
29
.github/workflows/ci.yaml
vendored
@@ -14,28 +14,11 @@ jobs:
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
|
||||
- run: npm install
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
|
||||
- run: npm test
|
||||
working-directory: npm/cli-darwin-arm64
|
||||
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
||||
- name: Publish @yaakapp/cli-darwin-x64
|
||||
run: npm publish --provenance --access public
|
||||
working-directory: npm/cli-darwin-x64
|
||||
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
|
||||
|
||||
- name: Publish @yaakapp/cli-linux-x64
|
||||
run: npm publish --provenance --access public
|
||||
working-directory: npm/cli-linux-x64
|
||||
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
|
||||
|
||||
- name: Publish @yaakapp/cli-win32-x64
|
||||
run: npm publish --provenance --access public
|
||||
working-directory: npm/cli-win32-x64
|
||||
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
|
||||
|
||||
- name: Publish @yaakapp/cli
|
||||
run: npm publish --provenance --access public
|
||||
working-directory: npm/cli
|
||||
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
|
||||
- name: Run Tests
|
||||
run: npm test
|
||||
|
||||
Reference in New Issue
Block a user