Skip to content

Commit

Permalink
Fix feature test context
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Mar 30, 2024
1 parent bde9194 commit ca70b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/features-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm install -g @devcontainers/cli

- name: "Generating tests for '${{ matrix.features }}' scenarios"
run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .
run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated ./features

test-global:
runs-on: ubuntu-latest
Expand All @@ -54,4 +54,4 @@ jobs:
run: npm install -g @devcontainers/cli

- name: "Testing global scenarios"
run: devcontainer features test --global-scenarios-only .
run: devcontainer features test --global-scenarios-only ./features

0 comments on commit ca70b5c

Please sign in to comment.