Compare commits
1 commit
f3233f88c8
...
c67cde7d0b
Author | SHA1 | Date | |
---|---|---|---|
c67cde7d0b |
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
AUTH_SECRET="auth_secret"
|
AUTH_SECRET="auth_secret"
|
||||||
AUTH_URL="http://localhost:3000"
|
AUTH_URL="http://127.0.0.1:3000"
|
||||||
HOSTNAME="127.0.0.1"
|
HOSTNAME="127.0.0.1"
|
||||||
DATABASE_URL="file:./dev.db"
|
DATABASE_URL="file:./dev.db"
|
||||||
AUTH_AUTHENTIK_ISSUER="auth_issuer"
|
AUTH_AUTHENTIK_ISSUER="auth_issuer"
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Cypress run (e2e)
|
- name: Cypress run (e2e)
|
||||||
uses: https://github.com/cypress-io/github-action@v6
|
uses: https://github.com/cypress-io/github-action@v6
|
||||||
with:
|
with:
|
||||||
build: yarn run build
|
build: yarn cypress:build
|
||||||
start: yarn cypress:start_server
|
start: yarn cypress:start_server
|
||||||
e2e: true
|
e2e: true
|
||||||
wait-on: 'http://127.0.0.1:3000'
|
wait-on: 'http://127.0.0.1:3000'
|
||||||
|
@ -30,6 +30,6 @@ jobs:
|
||||||
- name: Cypress run (component)
|
- name: Cypress run (component)
|
||||||
uses: https://github.com/cypress-io/github-action@v6
|
uses: https://github.com/cypress-io/github-action@v6
|
||||||
with:
|
with:
|
||||||
build: yarn run build
|
build: yarn cypress:build
|
||||||
start: yarn cypress:start_server
|
start: yarn cypress:start_server
|
||||||
component: true
|
component: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue