Skip to content

Commit

Permalink
fix(ci/yaml-test-suite): Update path to yaml-test-suite test cases (#277
Browse files Browse the repository at this point in the history
)

A recent [PR][1] to [yaml-test-suite][2] moved the test cases from `test/` to `src/` and broke our CI pipeline.

This commit resolves #276.

[1]: yaml/yaml-test-suite#85
[2]: https://github.com/yaml/yaml-test-suite
  • Loading branch information
PetarKirov authored Oct 14, 2021
1 parent ef96ff4 commit a680555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ TestResult runTests(string tml) @safe
// Can't be @safe due to dirEntries()
void main(string[] args) @system
{
string path = "yaml-test-suite/test";
string path = "yaml-test-suite/src";

void printResult(string id, TestResult result)
{
Expand Down

0 comments on commit a680555

Please sign in to comment.