Improve process for syncing xlang tests
This commit is contained in:
+9
@@ -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"/
|
||||
Reference in New Issue
Block a user