Skip to content

Commit

Permalink
chore: fix ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mp3000mp committed Apr 27, 2024
1 parent b03bde4 commit 1a82eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

env:
DATABASE_URL: "mysql://user1:password1@127.0.0.1:${{ job.services.mariadb.ports['3306'] }}/auto_entreprise_test"
DATABASE_URL: "mysql://user1:password1@localhost:3306/auto_entreprise_test"
DIRECTORY: ./backend

services:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gestion de micro entreprise
Manage your contacts, opportunities, tenders, incomes, taxes and costs in this amazing application.

[![In Progress](https://img.shields.io/badge/in%20progress-yes-red)](https://img.shields.io/badge/in%20progress-yes-red)
[![backend](https://github.com/autoentreprise/actions/workflows/backend.yml/badge.svg)](https://github.com/autoentreprise/actions/workflows/backend.yml)
[![frontend](https://github.com/autoentreprise/actions/workflows/frontend.yml/badge.svg)](https://github.com/autoentreprise/actions/workflows/frontend.yml)
[![backend](https://github.com/mp3000mp/auto-entreprise/actions/workflows/backend.yml/badge.svg)](https://github.com/mp3000mp/auto-entreprise/actions/workflows/backend.yml)
[![frontend](https://github.com/mp3000mp/auto-entreprise/actions/workflows/frontend.yml/badge.svg)](https://github.com/mp3000mp/auto-entreprise/actions/workflows/frontend.yml)

This is just a POC.

Expand Down

0 comments on commit 1a82eb3

Please sign in to comment.