This commit is contained in:
Benjamin Harder
2023-10-06 13:33:49 +02:00
parent a2367c4905
commit a3d48d88f6

View File

@@ -10,8 +10,10 @@ jobs:
defaults:
run:
working-directory: './src/utils/'
steps:
steps:
- uses: actions/checkout@v4
- name: show branch name
run: echo ${GITHUB_REF##*/}
- name: Set up Python
uses: actions/setup-python@v4
with:
@@ -23,8 +25,7 @@ jobs:
- name: Test with pytest
run: |
pytest test_nest_functions.py -vv
- name: show branch name
run: echo ${GITHUB_REF##*/}
build-main:
if: github.ref == 'refs/heads/main'