mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-21 17:26:58 +01:00
test build for all platforms on macOS
This commit is contained in:
parent
b07320369f
commit
af153abd5f
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -28,6 +28,17 @@ jobs:
|
||||
- run: npm test
|
||||
- run: npm run build
|
||||
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '15'
|
||||
|
||||
- run: npm ci
|
||||
- run: npm run build:all
|
||||
|
||||
coverage:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user