We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce1930 commit 46dd7eeCopy full SHA for 46dd7ee
.github/workflows/checks.yml
@@ -35,7 +35,8 @@ jobs:
35
mkdir example-1
36
(cd example-1 && npx @featurevisor/cli@2.x init --example=1)
37
(cd example-1 && npm install)
38
+ (cd example-1 && npx featurevisor build)
39
(cd example-1 && npx featurevisor test)
40
41
- name: Run Featurevisor project tests against Go SDK
- run: go run ./cli/main.go test --projectDirectoryPath=./example-1 --onlyFailures
42
+ run: go run ./cli/main.go test --projectDirectoryPath=./example-1
0 commit comments