Skip to content

Commit

Permalink
Update Semaphore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Jun 14, 2020
1 parent c8c2db7 commit df635f9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: v1.0
name: NPM Test
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: Test
task:
jobs:
- name: Test
commands:
- checkout
- sem-version node 12
- cache restore
- npm install
- cache store
- npm run build --if-present
- npm test

0 comments on commit df635f9

Please sign in to comment.