diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 97f9531..0632bbd 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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