You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TODO: Add build, test, and deploy pipeline (GitHub Actions) to the project
257
+
The project integrates with GitHub Actions for CI. The CI pipeline runs the lint, unit and integration tests.
258
258
259
259
## Test against a different Kong version
260
260
@@ -280,7 +280,7 @@ The project bundles a mock server for OpenFGA.
280
280
281
281
### CI container image
282
282
283
-
@TODO: TBD
283
+
The CI container image can be found under \_build/images/kong-tooling/Dockerfile. The image is based on the official Kong image and contains all the necessary tools to run the lint, unit and integration tests.
284
284
285
285
## Recommended Visual Studio Code extensions
286
286
@@ -301,7 +301,7 @@ The project bundles a mock server for OpenFGA.
301
301
7. Commit the changes, create a tag and push changes and tag to the remote repository
0 commit comments