Skip to content

Commit

Permalink
Merge pull request #783 from bcgov/feature/mainALCS-910
Browse files Browse the repository at this point in the history
Adding oats import to SS
  • Loading branch information
lstod authored Jul 17, 2023
2 parents b2b26ed + 3262f13 commit ce144fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/schemaspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
env:
NODE_ENV: prod
NODE_ENV: test

jobs:
generate_schemaspy:
Expand Down Expand Up @@ -34,6 +34,10 @@ jobs:
npm install
npm run alcs:migration:run
working-directory: services
- name: Import OATS
run: |
export PGPASSWORD='postgres';
psql -h 127.0.0.1 -p 5432 -U postgres -f ora2pg/data/oats_prod_schema_ddl_18_2.sql
- name: Create Output Folder
run: |
mkdir output
Expand Down

0 comments on commit ce144fc

Please sign in to comment.