Skip to content

Commit

Permalink
Run app for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomStrong committed Dec 12, 2023
1 parent 915d34f commit 5a198d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
JWT_SECRET: secret
AZURE_STORAGE_CONNECTION_STRING: 'DefaultEndpointsProtocol=https;AccountName=account;AccountKey=key;EndpointSuffix=core.windows.net'

- name: Run app
run: npm run start
env:
MONGODB_URI: mongodb://admin:admin@localhost:27017
JWT_SECRET: secret
AZURE_STORAGE_CONNECTION_STRING: 'DefaultEndpointsProtocol=https;AccountName=account;AccountKey=key;EndpointSuffix=core.windows.net'

- name: Run UI tests
run: npm run test-ui
env:
Expand Down

0 comments on commit 5a198d7

Please sign in to comment.