File tree 6 files changed +1490
-7
lines changed
6 files changed +1490
-7
lines changed Original file line number Diff line number Diff line change 49
49
update-version : true
50
50
github-release : false
51
51
52
- unit- tests :
53
- name : Unit Tests
52
+ tests :
53
+ name : Tests
54
54
runs-on : ubuntu-latest
55
55
steps :
56
56
- name : Checkout Code
@@ -62,10 +62,18 @@ jobs:
62
62
platform : linux-x64-gnu
63
63
- name : Build
64
64
shell : bash
65
- env :
66
- CARGO_BUILD_TARGET : ${{ steps.neon.outputs.target }}
67
- NEON_BUILD_PLATFORM : linux-x64-gnu
68
65
run : npm run debug
69
- - name : Test
66
+ - name : Test (unit)
70
67
shell : bash
71
68
run : npm test
69
+ - name : Install integration test dependencies
70
+ run : npm ci
71
+ working-directory : ./integration-tests
72
+ - name : Test (integration)
73
+ env :
74
+ CS_WORKSPACE_ID : ${{ secrets.CS_WORKSPACE_ID }}
75
+ CS_CLIENT_ACCESS_KEY : ${{ secrets.CS_CLIENT_ACCESS_KEY }}
76
+ CS_CLIENT_ID : ${{ secrets.CS_CLIENT_ID }}
77
+ CS_CLIENT_KEY : ${{ secrets.CS_CLIENT_KEY }}
78
+ run : npm test
79
+ working-directory : ./integration-tests
You can’t perform that action at this time.
0 commit comments