Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run examples as GitHub actions, fixes issue #379 #385

Conversation

norbertklawikowski
Copy link
Contributor

  • add new GitHub actions pipeline, compile and run all 10 examples in one job
  • add custom action, which starts a binary, waits for expected output and optionally terminates the application
    • add small Python script which searches expected output in a log file
  • example-3/loadgen logs now every successful request, so the custom action can scan for that

* add new GitHub actions pipeline, compile and run all 10 examples in one job
* add custom action, which starts a binary, waits for expected output and optionally terminates the application
** add small Python script which searches expected output in a log file
* example-3/loadgen logs now every successful request, so the custom action can scan for that
@norbertklawikowski norbertklawikowski changed the title Run examples as GitHub actions Run examples as GitHub actions, fixes issue #379 Jun 14, 2022
@norbertklawikowski norbertklawikowski linked an issue Jun 14, 2022 that may be closed by this pull request
@norbertklawikowski norbertklawikowski merged commit 40cf0d4 into lovoo:master Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create actions for examples
2 participants