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 ebd88dd commit b28e8dfCopy full SHA for b28e8df
.github/workflows/checks.yml
@@ -37,3 +37,17 @@ jobs:
37
- name: Test
38
run: |
39
make test
40
+
41
+ - uses: actions/setup-node@v4
42
+ with:
43
+ node-version-file: ".nvmrc"
44
45
+ - name: Setup Featurevisor example-1 project
46
+ run: |
47
+ mkdir example-1
48
+ (cd example-1 && npx @featurevisor/[email protected] init --example=1)
49
+ (cd example-1 && npm install)
50
+ (cd example-1 && npx featurevisor test)
51
52
+ - name: Run Featurevisor project tests against Ruby SDK
53
+ run: ./bin/featurevisor test --projectDirectoryPath=./example-1
.nvmrc
@@ -0,0 +1 @@
1
+20
0 commit comments