Skip to content

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd authored Jan 24, 2024
1 parent e294f82 commit 97453f8
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,8 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@master
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
sudo apt install libre2-dev
python -m pip install poetry
poetry install --no-interaction --no-ansi -E pyre2
- name: Run tests
run: poetry run pytest tests/ --junitxml=pytest_rep.xml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: >
always() &&
github.event.sender.login != 'dependabot[bot]' &&
( github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository )
with:
files: ./*.xml
build:
name: Build docker image
needs: test
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit 97453f8

Please sign in to comment.