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

Research project: GitHub Actions / rails grade? #43

Open
raghubetina opened this issue Aug 19, 2020 · 1 comment
Open

Research project: GitHub Actions / rails grade? #43

raghubetina opened this issue Aug 19, 2020 · 1 comment
Labels

Comments

@raghubetina
Copy link
Contributor

Part of the motivation for writing an automated test based

When I first made an automated test-based grading system, the motivations included:

  • Familiarizing students with the idea of automated testing.
  • Familiarizing students with the idea of continuous integration.

The very first version had students branch off a master repository and pushing commits to it, and they all had their own CircleCI accounts which would run a build, which included a rails grade step.

Eventually I phased that out due to complexity. Would GitHub Actions make it worth bringing back, since we can eliminate a 3rd party CI service? We could keep the command line rails grade in place.

Potentially worth investigating in conjunction with https://github.com/firstdraft/appdev/issues/269

@raghubetina
Copy link
Contributor Author

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

No branches or pull requests

1 participant