Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Apr 10, 2024
1 parent 783ed18 commit ec6edb1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 24 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
tests:

runs-on: ubuntu-22.04
runs-on: ubuntu-latest

env:
DB_DATABASE: testing
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Format code
run: |
Expand Down Expand Up @@ -96,12 +96,16 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Build frontend
run: |
npm run build
- name: Copy .env
run: php -r "file_exists('.env') || copy('staging.env.example', '.env');"

- name: Install composer dependencies
run: composer install --no-cache --no-ansi --no-interaction --no-progress

- name: Generate key
run: php artisan key:generate

Expand Down
2 changes: 1 addition & 1 deletion app/App/Http/Requests/Habits/UpdateHabitRequest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
:<?php

namespace App\App\Http\Requests\Habits;

Expand Down
46 changes: 26 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec6edb1

Please sign in to comment.