Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moonjck authored Jan 7, 2025
1 parent 6f3a16e commit eba6d5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Eyeon Unit Testing
on: [push]
jobs:
testing:

runs-on: ubuntu-latest

steps:
- uses: actions/check@v4
- uses: actions/checkout@v4
- name: Set Up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit eba6d5b

Please sign in to comment.