This commit is contained in:
parent
7a4710f000
commit
fd67172a8d
|
@ -9,7 +9,7 @@ on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
japa-tests:
|
japa-tests:
|
||||||
# run build on latest ubuntu
|
# run build on latest ubuntu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# this will check out the current branch (https://github.com/actions/checkout#Push-a-commit-using-the-built-in-token)
|
# this will check out the current branch (https://github.com/actions/checkout#Push-a-commit-using-the-built-in-token)
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
@ -35,6 +35,15 @@ jobs:
|
||||||
# - run: npm test
|
# - run: npm test
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: node ace test
|
run: node ace test
|
||||||
|
env:
|
||||||
|
PORT: 3333
|
||||||
|
HOST: 0.0.0.0
|
||||||
|
APP_KEY: somefakekeythatis>16characters
|
||||||
|
NODE_ENV: test
|
||||||
|
ASSETS_DRIVER: fake
|
||||||
|
SESSION_DRIVER: memory
|
||||||
|
CACHE_VIEWS: false
|
||||||
|
DRIVE_DISK: local
|
||||||
|
|
||||||
# # Save coverage report in Coveralls
|
# # Save coverage report in Coveralls
|
||||||
# - name: Coveralls
|
# - name: Coveralls
|
||||||
|
|
Loading…
Reference in New Issue
Block a user