Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Nov 9, 2023
1 parent 60dd217 commit f8c7e1a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: Setup MySQL
uses: mirromutth/[email protected]
with:
mysql root password: "test123*"
mysql database: "nfw_test"
mysql user: "nfw"
mysql password: "test123*"
mysql version: "8"
- name: Run docker
run: docker compose up -d
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down

0 comments on commit f8c7e1a

Please sign in to comment.