File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Run Conformance Tests
2+
3+ on :
4+ push :
5+ branches :
6+ - ' **'
7+ pull_request :
8+ branches :
9+ - ' **'
10+
11+ jobs :
12+ test :
13+ runs-on : ubuntu-latest
14+
15+ steps :
16+ - name : Checkout Repository
17+ uses : actions/checkout@v4
18+
19+ - name : Setup Node.js
20+ uses : actions/setup-node@v4
21+ with :
22+ node-version : ' 18'
23+
24+ - name : Install Dependencies
25+ run : npm install
26+
27+ - name : Run Tests
28+ run : npm test
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " concerto-conformance" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " " ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "test" : " echo \" No tests defined. Skipping...\" && exit 0"
8+ },
9+ "keywords" : [],
10+ "author" : " " ,
11+ "license" : " ISC"
12+ }
You can’t perform that action at this time.
0 commit comments