We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27a9b0 commit b71b196Copy full SHA for b71b196
.semaphore/semaphore.yml
@@ -0,0 +1,22 @@
1
+version: v1.0
2
+name: '@JotForm/SDK Tests'
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 12
15
+ - cache restore
16
+ - npm install
17
+ - cache store
18
+ - npm run build --if-present
19
+ - npm test
20
+ env_vars:
21
+ - name: JF_APIKEY
22
+ value: 35fce8d47e39f5d461fa4a996131717b
0 commit comments