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_URL="http://localhost:3000"
|
||||
AUTH_URL="http://127.0.0.1:3000"
|
||||
HOSTNAME="127.0.0.1"
|
||||
DATABASE_URL="file:./dev.db"
|
||||
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)
|
||||
uses: https://github.com/cypress-io/github-action@v6
|
||||
with:
|
||||
build: yarn run build
|
||||
build: yarn cypress:build
|
||||
start: yarn cypress:start_server
|
||||
e2e: true
|
||||
wait-on: 'http://127.0.0.1:3000'
|
||||
|
@ -30,6 +30,6 @@ jobs:
|
|||
- name: Cypress run (component)
|
||||
uses: https://github.com/cypress-io/github-action@v6
|
||||
with:
|
||||
build: yarn run build
|
||||
build: yarn cypress:build
|
||||
start: yarn cypress:start_server
|
||||
component: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue