Skip to content

Commit

Permalink
Fix ansible feature tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Mar 30, 2024
1 parent 15e3d7f commit 0045b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/features-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm install -g @devcontainers/cli

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

test-scenarios:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion features/test/ansible/scenarios.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hello": {
"test": {
"image": "ubuntu:22.04",
"features": {
"ghcr.io/bounverif/devcontainers/features-ansible:0": {
Expand Down

0 comments on commit 0045b79

Please sign in to comment.