chore: Add development environment to the action (#12)
This commit is contained in:
parent
d6add504bd
commit
5a4709a2a4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
|
|
@ -9,6 +9,8 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: development
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue