Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> No yarn
  • Loading branch information
NaysKutzu committed Nov 23, 2024
1 parent ea2ccf1 commit f7d4af4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
steps:
- name: Code Checkout
uses: actions/checkout@v4
- name: Setup Yarn Berry
uses: threeal/setup-yarn-action@v2.0.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
if [ -f yarn.lock ]; then
Expand Down
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
services:
database:
image: mariadb:latest
restarted: unless-stopped
volumes:
- ./dockerfiles/mysql/data

0 comments on commit f7d4af4

Please sign in to comment.