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 54fe4b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 54fe4b7

Please sign in to comment.