Skip to content

Commit

Permalink
Add github action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Oct 7, 2023
1 parent d1cfda7 commit ebc3941
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
env:
PG_VERSION: ${{ matrix.postgres }}
if: ${{ startsWith(matrix.os, 'ubuntu') }}
- name: Run update tests linux
id: update-test-linux
run: sudo su postgres -c "PG_VERSION=$PG_VERSION python3 ./scripts/test_updates.py -U postgres"
env:
PG_VERSION: ${{ matrix.postgres }}
if: ${{ startsWith(matrix.os, 'ubuntu') }}
- name: Run tests mac
id: test-mac
run: ./ci/scripts/run-tests-mac.sh
Expand Down

0 comments on commit ebc3941

Please sign in to comment.