Skip to content

Commit 95e9fba

Browse files
authored
Merge pull request #8 from ViViDboarder/workflow-acceptance
Add acceptance tests to workflow
2 parents 7fed846 + 9148295 commit 95e9fba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
uses: actions/setup-python@v3
1919
with:
2020
python-version: '3.x'
21-
- name: Run tests
21+
- name: Run unit tests
2222
run: |
2323
make test
24+
- name: Run acceptance tests
25+
run: |
26+
make acceptance

0 commit comments

Comments
 (0)