Skip to content

Commit

Permalink
Fix typo in CI job name
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Apr 27, 2023
1 parent 9a81e56 commit 4c61207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
pg_ctl -D $DATADIR -l $LOGFILE start || cat $LOGFILE
psql -c 'select 1 as ok' postgres
- name: Build and install pg_anonymize for posgres ${{ matrix.postgres_major_version }}
- name: Build and install pg_anonymize for postgres ${{ matrix.postgres_major_version }}
run: |
make
sudo make install
Expand Down

0 comments on commit 4c61207

Please sign in to comment.