Skip to content

Commit

Permalink
fix: Add skip option
Browse files Browse the repository at this point in the history
  • Loading branch information
soulee-dev committed Oct 15, 2023
1 parent f38cea8 commit 51477c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Python Coverage

on: [push, pull_request]

env:
PYTEST_SKIP_OPTION: "not test_no_trailing_rotate_event and not test_end_log_pos and not test_query_event_latin1"
jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 3

steps:
steps:
- name: Check out code
uses: actions/checkout@v2

Expand Down

0 comments on commit 51477c3

Please sign in to comment.