From fd67172a8daf34adfde6a3cacdf35a834233a7d4 Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Tue, 9 May 2023 14:52:42 +0200 Subject: [PATCH] - third version of ci.yml --- .gitea/workflows/ci.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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