Update .gitea/workflows/test.yaml
This commit is contained in:
parent
3ded91d7f8
commit
588adb47a5
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ on: [push]
|
|||
jobs:
|
||||
Run-Unit-Tests:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
ImageOS: ubuntu22
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue