Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Oct 22, 2024
1 parent ffc7e6a commit 616c53d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/scripts/compareDatabasesUp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PGCBADEXPLAIN=./comparison/badexplanations.txt \
PGDB=postgres \
PGBINDIR=/usr/bin \
PGCOMITSCHEMAS="('hdb_catalog'),('pg_catalog'),('information_schema')" \
PGCEXPLANATIONS=./explanations \
./pgcmp
return_code=$?

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions .github/scripts/explanations_up
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
table permissions ui "ui.seen_sources:aerie_test_username" missing in 1st DB AerieAdminHasImplicitPermissions 2
4 changes: 2 additions & 2 deletions .github/workflows/pgcmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
- name: Compare Databases
id: dbcmp
run: |
cp ./.github/scripts/explanations pgcmp
cp ./.github/scripts/explanations_up pgcmp/explanations
cp ./.github/scripts/compareDatabasesUp.sh pgcmp/compareDatabases.sh
cd pgcmp
./compareDatabases.sh
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
- name: Compare Databases
id: dbcmp
run: |
cp ./.github/scripts/explanations pgcmp
cp ./.github/scripts/explanations_down pgcmp/explanations
cp ./.github/scripts/compareDatabasesDown.sh pgcmp/compareDatabases.sh
cd pgcmp
./compareDatabases.sh
Expand Down

0 comments on commit 616c53d

Please sign in to comment.