diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-04-17 23:32:50 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-04-17 23:32:50 +0200 |
| commit | ab2ead62e9f5241cc28801d742698ba65d4c8bd5 (patch) | |
| tree | eeafeec48a6208bf5972f1c1ed8d0b8a7c259a90 /.github/workflows | |
| parent | db1b9a4c0b49efa170a50c3be3053e83db9566f0 (diff) | |
| download | qxmpp-ab2ead62e9f5241cc28801d742698ba65d4c8bd5.tar.gz | |
Revert "github-ci: Enable integration tests"
This reverts commit 222ab4071d3427f8568ca171fdc9f2f08b0dd722.
Has caused problems, because integration tests can't be run on
pull-requests.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18bb813c..f89c52b9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,10 +20,6 @@ jobs: - os: macos-latest config: full qt_version: 5.9.9 - - os: ubuntu-latest - config: full-debug - qt_version: 5.15.2 - tests_integration: 1 steps: - uses: actions/checkout@v2 - name: Install Qt @@ -38,10 +34,6 @@ jobs: sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off - name: Run tests run: tests/travis/build-and-test - env: - QXMPP_TESTS_INTEGRATION_ENABLED: ${{ matrix.tests_integration }} - QXMPP_TESTS_JID: ${{ secrets.INTEGRATION_TEST_ACCOUNT_JID }} - QXMPP_TESTS_PASSWORD: ${{ secrets.INTEGRATION_TEST_ACCOUNT_PASSWORD }} - uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} |
