Skip to content

Commit 46dd7ee

Browse files
committed
build Featurevisor example project
1 parent 3ce1930 commit 46dd7ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
mkdir example-1
3636
(cd example-1 && npx @featurevisor/cli@2.x init --example=1)
3737
(cd example-1 && npm install)
38+
(cd example-1 && npx featurevisor build)
3839
(cd example-1 && npx featurevisor test)
3940
4041
- name: Run Featurevisor project tests against Go SDK
41-
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

Comments
 (0)