We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaba394 + 4c66b74 commit 2b9eeb0Copy full SHA for 2b9eeb0
1 file changed
.semaphore/semaphore.yml
@@ -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
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