Skip to content

Commit

Permalink
fix: gha names and ports
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Sep 5, 2022
1 parent 7fc2379 commit 12133b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-mongo.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Tests for Simba APIs
name: Tests for Simba APIs with mongo

on: [push]

jobs:
test:
environment: Test-mongo
name: Tests for Simba APIs
name: Tests for Simba APIs with mongo
runs-on: ubuntu-latest

steps:
Expand All @@ -30,3 +30,4 @@ jobs:
env:
DB_URI: ${{ secrets.DB_URI }}
NODE_ENV: ci
PORT: 1997
5 changes: 3 additions & 2 deletions .github/workflows/test-postgresql.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Tests for Simba APIs
name: Tests for Simba APIs with postgresql

on: [push]

jobs:
test:
environment: Test-postgresql
name: Tests for Simba APIs
name: Tests for Simba APIs with postgresql
runs-on: ubuntu-latest

steps:
Expand All @@ -30,3 +30,4 @@ jobs:
env:
DB_URI: ${{ secrets.DB_URI }}
NODE_ENV: ci
PORT: 1996

0 comments on commit 12133b7

Please sign in to comment.