Skip to content

Commit 98943bf

Browse files
Merge branch 'update-node' of github.com:chrisfosterelli/docker-simple-file-upload into update-node
2 parents 8eefada + 208e93d commit 98943bf

File tree

3 files changed

+225
-194
lines changed

3 files changed

+225
-194
lines changed

.semaphore/semaphore.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: v1.0
2+
name: Test
3+
agent:
4+
machine:
5+
type: e1-standard-2
6+
os_image: ubuntu1804
7+
blocks:
8+
- name: Test
9+
task:
10+
jobs:
11+
- name: Test
12+
commands:
13+
- checkout
14+
- sem-version node 14
15+
- cache restore npm-$(checksum package-lock.json)
16+
- npm ci
17+
- cache store npm-$(checksum package-lock.json) ~/.npm
18+
- npm test

0 commit comments

Comments
 (0)