Improve process for syncing xlang tests

This commit is contained in:
Josh Gross
2023-02-17 18:36:00 -05:00
parent 2c148d1595
commit 1b0873b40f
97 changed files with 932 additions and 133 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
TEST_DATA_DIR="$HOME/github/actions-workflow-parser/testdata/reader"
REPO_ROOT="$(git rev-parse --show-toplevel)"
DEST_DIR="$REPO_ROOT/actions-workflow-parser/testdata/reader"
cp -f "$TEST_DATA_DIR"/* "$DEST_DIR"/