Skip to content

Commit

Permalink
try testing csvsql early
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Nov 1, 2023
1 parent b883c21 commit 565aede
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
- name: Check setup
run: |
psql -l
echo "c1,c2" > test.csv
echo "a,b" >> test.csv
csvsql --doublequote --db postgresql:///disclosure-backend --insert test.csv
psql --query "SELECT * FROM pg_catalog.pg_tables WHERE schemaname != 'pg_catalog' AND schemaname != 'information_schema';"
pip show sqlalchemy
- name: Create csv files
run: |
Expand Down

0 comments on commit 565aede

Please sign in to comment.