Skip to content

Commit

Permalink
e Add CI check that preparing a release works
Browse files Browse the repository at this point in the history
This is in preparation for adding validation to prevent recurrence of #170
  • Loading branch information
claremacrae committed Feb 9, 2021
1 parent afad6ba commit 1c1e91a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
path: ApprovalTests/ApprovalTests.cpp

- name: Check out ApprovalTests.cpp.StarterProject
uses: actions/checkout@v2
with:
path: ApprovalTests/ApprovalTests.cpp.StarterProject

- name: Check out claremacrae fork of conan-center-index
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -64,3 +69,8 @@ jobs:
cd ApprovalTests/ApprovalTests.cpp
cd doc/sphinx/tests
python3 -m unittest discover -t ../.. --verbose
- name: Check preparing a release works
run: |
cd ApprovalTests/ApprovalTests.cpp/build
./prepare_minor_release.py

0 comments on commit 1c1e91a

Please sign in to comment.