Skip to content

Commit

Permalink
DROPME: Test GUITests on self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Jul 28, 2022
1 parent 474b461 commit 3c74066
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions .github/workflows/!PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,32 @@ on:
- ready_for_review

jobs:
coverage:
uses: ./.github/workflows/coverage.yml
with:
python-version: 3.8

pytest:
uses: ./.github/workflows/pytest.yml
with:
python-version: 3.8
# coverage:
# uses: ./.github/workflows/coverage.yml
# with:
# python-version: 3.8
#
# pytest:
# uses: ./.github/workflows/pytest.yml
# with:
# python-version: 3.8

guitest:
uses: ./.github/workflows/guitest.yml
with:
python-version: 3.8
os: self-hosted

documentation:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/documentation.yml
with:
python-version: 3.8

ubuntu:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/build_ubuntu.yml
with:
upload: false
os: ubuntu-20.04
python-version: 3.8
# documentation:
# if: github.event.pull_request.draft == false
# uses: ./.github/workflows/documentation.yml
# with:
# python-version: 3.8
#
# ubuntu:
# if: github.event.pull_request.draft == false
# uses: ./.github/workflows/build_ubuntu.yml
# with:
# upload: false
# os: ubuntu-20.04
# python-version: 3.8

0 comments on commit 3c74066

Please sign in to comment.