Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jan 23, 2025
1 parent 682d1bc commit acc669c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
cp ./config/settings.ini.sample ./config/settings.ini
./install/05_install_frontend.sh --ci
env:
GEONATURE_CONFIG_FILE: '${{ github.workspace }}/config/test_config.toml'
GEONATURE_CONFIG_FILE: "${{ github.workspace }}/config/test_config.toml"
- name: Install core modules
run: |
geonature install-gn-module contrib/occtax OCCTAX --build=false
Expand All @@ -135,7 +135,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5
with:
record: false
record: true
working-directory: ./frontend
start: npm run start
wait-on: http://127.0.0.1:4200
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/modules/login/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
this.config.STATIC_URL
}}/images/login_background.jpg) center 10% no-repeat;"
>
<ng-container *ngIf="this.authProviders.length > 0; else noProvider">
<ng-container>
<div class="container">
<div class="row">
<div class="col-sm-9 col-md-7 col-lg-5 mx-auto">
Expand Down

0 comments on commit acc669c

Please sign in to comment.