- third version of ci.yml
Some checks failed
CI Pipeline / japa-tests (push) Failing after 45s

This commit is contained in:
Kaimbacher 2023-05-09 14:52:42 +02:00
parent 7a4710f000
commit fd67172a8d

View File

@ -9,7 +9,7 @@ on: [push, pull_request]
jobs:
japa-tests:
# run build on latest ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
# 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
@ -35,6 +35,15 @@ jobs:
# - run: npm test
- name: Run tests
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
# - name: Coveralls