Mid-Simulator/node_modules/@replit/database/.semaphore/semaphore.yml

22 lines
436 B
YAML
Raw Normal View History

2022-04-18 01:14:39 +00:00
version: v1.0
name: database-node
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
secrets:
- name: Repl.it Database