Skip to content

Commit

Permalink
fix: attempting to re-enable BE workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Aug 8, 2022
1 parent 21a6f2c commit 01313b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,23 @@ on:
- master
- next
paths:
- ./*
- '!resources/assets/**'
- .github/workflows/unit-backend.yml
push:
branches:
- master
- next
paths:
- ./*
- '!resources/assets/**'
- .github/workflows/unit-backend.yml
workflow_dispatch:
branches:
- master
- next
paths:
- ./*
- '!resources/assets/**'
- .github/workflows/unit-backend.yml
jobs:
Expand All @@ -38,7 +41,7 @@ jobs:
coverage: xdebug
extensions: pdo_sqlite, zip, gd
- name: Install PHP dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
composer-options: --prefer-dist
- name: Generate app key
Expand Down

0 comments on commit 01313b8

Please sign in to comment.