Skip to content

Commit

Permalink
fix: change path to the test folder in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
NickChecan committed Oct 15, 2024
1 parent 7a527bb commit e533876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fi
# Execute test for the default variant of that template
VARIANT="$option_value" ../test/${{ matrix.template }}/test.sh
VARIANT="$option_value" ../../test/${{ matrix.template }}/test.sh
done
fi
fi

0 comments on commit e533876

Please sign in to comment.