Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LAShemilt committed Apr 21, 2023
1 parent 07573c9 commit 50f842d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
container_job:
runs_on: ubuntu-latest
runs-on: ubuntu-latest

services:
mongo:
Expand All @@ -18,7 +18,7 @@ jobs:
image: ghcr/scicat-project/backend-next
ports:
- 3000:3000
environmentVariables:
environment:
MONGODB_URI: mongodb://mongo:27017/scicat
EXPRESS_SESSION_SECRET: "${EXPRESS_SESSION_SECRET}"
JWT_SECRET: "${JWT_SECRET}"
Expand Down

0 comments on commit 50f842d

Please sign in to comment.