Skip to content

Commit

Permalink
test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Aug 7, 2024
1 parent 31de585 commit 295fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ jobs:
fi
echo "Uploading to TAP_SCHEMA from $file..."
felis --log-level ERROR load-tap --engine-url ${FELIS_ENGINE_URL}/TAP_SCHEMA "$file"
echo "Done uploading to TAP_SCHEMA from $file"
mysql -h 127.0.0.1 -P 3306 -u rubin -prubin -DTAP_SCHEMA -e "
DELETE FROM columns;
DELETE FROM key_columns;
DELETE FROM keys;
DELETE FROM schemas;
DELETE FROM tables;
"
echo "Done uploading to TAP_SCHEMA from $file"
done
set -e

0 comments on commit 295fb53

Please sign in to comment.