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

Backend/feature/submission evaluation #27

Merged
merged 23 commits into from
Mar 7, 2024

Conversation

AronBuzogany
Copy link
Contributor

@AronBuzogany AronBuzogany commented Feb 24, 2024

This PR Fixes #16

After merging, I will open an issue to generate artifacts also as there is not yet enough clarity about how this should be solved.

We can also add more evaluators later.

The tests of utils are not ran in the docker container as running docker inside docker isn't safe. We should find a valid solution for this as in production we will also neet to run docker container inside docker containers (DinD)

@AronBuzogany AronBuzogany added enhancement New feature or request backend Everything related to the backend of our project feature labels Feb 24, 2024
@AronBuzogany AronBuzogany added this to the Milestone 1 milestone Feb 24, 2024
@AronBuzogany AronBuzogany self-assigned this Feb 24, 2024
@AronBuzogany AronBuzogany requested a review from Vucis March 2, 2024 11:17
working-directory: ./frontend
run: npm run lint
Backend-tests:
runs-on: ubuntu-latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we not run it self hosted?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issue is located on development branch, therefor, see #46

@Vucis Vucis merged commit e98a83b into development Mar 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything related to the backend of our project enhancement New feature or request feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create endpoint for submission verification/tests
4 participants