Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza authored Feb 11, 2024
1 parent 2032dc0 commit 6cc3bac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/**.yml'

jobs:
build:
build:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -81,12 +81,11 @@ jobs:
run: |
tox -c pap-marking-definition-f8d/tox.in
- name: Skip testing pap-marking-definition-f8d with Tox
- name: Skip testing pap-marking-definition-f8d with Tox
if: ${{ steps.filter.outputs.pap-marking-definition-f8d != 'true' }}
run: |
echo "Skipped pap-marking-definition-f8d tests due to no changes"
- name: Test cui-marking-definition-dff with Tox
if: ${{ steps.filter.outputs.cui-marking-definition-dff == 'true' }}
run: |
Expand Down

0 comments on commit 6cc3bac

Please sign in to comment.