Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DFriend01 authored Sep 10, 2023
1 parent e216d0b commit 965557f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ You may use any resources you find, but must complete the quiz individually. Goo
- References that you may find helpful: [Flake8](https://flake8.pycqa.org/en/latest/), [PyTest](https://docs.pytest.org/en/6.2.x/getting-started.html)
- C/C++: runs `make` successfully
- You can find the results in the Actions tab on GitHub: [viewing your workflow results](https://docs.github.com/en/actions/quickstart#viewing-your-workflow-results).
- Hidden tests
- Enable by asking your email contact to add the required repository secret
- Run Python solution tests [here](https://github.com/UBCSailbot/software-quiz/actions/workflows/python-hidden.yml) and C/C++ solution tests [here](https://github.com/UBCSailbot/software-quiz/actions/workflows/c-cpp-hidden.yml)
- Once the repository secret has been added, the Tests Prerequisites Check job should pass
- Hidden tests: You can test your solution against our hidden tests. Just do the following:
- Add **ubcsailbotsoftware** as a contributor to your quiz repo. [See how here.](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository)
- Enable by emailing `[email protected]` and ask to add the required repository secret
- Run Python solution tests manually by going to **Actions > Python Solution Tests > Run Workflow**
- Run C++ solution tests manually by going to **Actions > C++ Solution Tests > Run Workflow**
- Once the repository secret has been added, the Tests Prerequisites Check job should pass if your functions correctly implement their specifications
4. Submit the completed quiz
- GitHub: send us the link to your repository, ensuring that it is public
- ZIP file: zip the quiz and send it to us
Expand Down

0 comments on commit 965557f

Please sign in to comment.