Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LKyz24 authored Nov 29, 2024
1 parent 277061a commit de9ac92
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ jobs:
- name: Run migrations
run: php artisan migrate --env=testing

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20.18'

- name: Install Node.js dependencies
run: npm install

- name: Run front-end build
run: npm run dev

- name: Run tests
run: php artisan test

Expand Down

0 comments on commit de9ac92

Please sign in to comment.