Fix job name

This commit is contained in:
Jackson Harper
2023-10-09 12:18:13 +08:00
parent 30082f32b8
commit 6cf56113ec

View File

@ -84,7 +84,7 @@ jobs:
PG_DB: omnivore_test
ELASTIC_URL: http://localhost:${{ job.services.elastic.ports[9200] }}/
PGPASSWORD: postgres # This is required for the psql command to work without a password prompt
- name: TypeScript, Lint, Tests
- name: TypeScript Build and Lint
run: |
source ~/.nvm/nvm.sh
yarn build