ubsuny / 23-Homework4G1

This is the main repository for 23-Homework4G1 and is based on GitHub actions for linting and unit testing.
https://github.com/ubsuny/23-Homework4G1
Apache License 2.0
1 stars 11 forks source link

Update unittesting_pytest.yml #65

Closed yasmensarhan27 closed 1 year ago

yasmensarhan27 commented 1 year ago

I've edited your yml file to give you an output log file containing your pytest results

you can find it in the actions section as an artifact related to the run

after it's run successfully: Go to the repository where you ran the workflow that generated the artifacts. Click on the Actions tab. Click on the workflow that generated the artifacts. Click on the Artifacts tab. (you will find it on the right) Click on the name of the artifact that you want to open.

you can download it as a zipped folder containing the output log files

reshnashrestha commented 1 year ago

I really appreciate your work here, however we are okay with not using artifact.