Skip to content

Commit

Permalink
Fixed linux tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
bok- committed Nov 22, 2021
1 parent 28a456d commit 244a766
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
outputs:
changed: ${{ steps.filter.outputs.changed }}
steps:
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
changed:
- '.github/workflows/linux-tests.yml'
- '**/*.swift'
- name: Checkout
uses: actions/checkout@v2
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
changed:
- '.github/workflows/linux-tests.yml'
- '**/*.swift'
#########
# Linux #
Expand Down

0 comments on commit 244a766

Please sign in to comment.