Skip to content

Commit

Permalink
chore: run rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Dec 3, 2023
1 parent aef7816 commit 29f45d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func rubyTests(ctx context.Context, client *dagger.Client, flipt *dagger.Contain
WithEnvVariable("FLIPT_URL", "http://flipt:8080").
WithEnvVariable("FLIPT_ENGINE_LIB_PATH", "/app/libfliptengine.so").
WithExec([]string{"bundle", "install"}).
WithExec([]string{"bundle", "exec", "rake", "test"}).
WithExec([]string{"bundle", "exec", "rspec"}).
Sync(ctx)

return err
Expand Down

0 comments on commit 29f45d9

Please sign in to comment.