Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Aug 11, 2024
1 parent b3cf762 commit 0ece05a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: read
outputs:
# Expose matched filters as job 'features' output variable
features: ${{ steps.filter.outputs.changes }}
features: ${{ steps.filter.outputs.chagfgfnges }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
Expand All @@ -40,7 +40,7 @@ jobs:
- test/lib-github/**
test-autogenerated:
#if: needs.changes.outputs.features != ''
if: ${{ needs.changes.outputs.features != '' }}
runs-on: ubuntu-latest
continue-on-error: true
strategy:
Expand All @@ -60,7 +60,7 @@ jobs:
run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .

test-scenarios:
#if: needs.changes.outputs.features != ''
if: ${{ needs.changes.outputs.features != '' }}
runs-on: ubuntu-latest
continue-on-error: true
strategy:
Expand All @@ -76,7 +76,7 @@ jobs:
run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .

test-global:
#if: needs.changes.outputs.features != ''
if: ${{ needs.changes.outputs.features != '' }}
runs-on: ubuntu-latest
continue-on-error: true
steps:
Expand Down

0 comments on commit 0ece05a

Please sign in to comment.