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

Implement CI with Integration Tests based on examples #2

Open
tobsbot opened this issue Dec 4, 2022 · 1 comment
Open

Implement CI with Integration Tests based on examples #2

tobsbot opened this issue Dec 4, 2022 · 1 comment

Comments

@tobsbot
Copy link
Contributor

tobsbot commented Dec 4, 2022

Right now, a simple build and test workflow is triggered on every push and pull request to main branch.
The test workflow currently only contains a single empty.xml test file.
In the future, CI jobs should download more examples and then point the test case to the directory containing those examples via the TEST_FILES_DIR system property.

@gerking
Copy link
Contributor

gerking commented Nov 1, 2024

In the future, CI jobs should download more examples

Here the examples from the Uppaal Model Repository could be used (but they include sophisticated language features which the parser does not currently support).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants