Fix CI
This commit is contained in:
parent
5bd1dda504
commit
1dffd27390
|
|
@ -147,6 +147,7 @@ jobs:
|
||||||
run: chmod -R 777 storage bootstrap/cache
|
run: chmod -R 777 storage bootstrap/cache
|
||||||
|
|
||||||
- name: Run tests (Unit and Feature)
|
- name: Run tests (Unit and Feature)
|
||||||
|
working-directory: ./api
|
||||||
run: ./vendor/bin/pest -p
|
run: ./vendor/bin/pest -p
|
||||||
env:
|
env:
|
||||||
DB_CONNECTION: ${{ matrix.connection }}
|
DB_CONNECTION: ${{ matrix.connection }}
|
||||||
|
|
@ -159,10 +160,9 @@ jobs:
|
||||||
- name: "Archive log results"
|
- name: "Archive log results"
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
working-directory: ./api
|
|
||||||
with:
|
with:
|
||||||
name: log results
|
name: log results
|
||||||
path: storage/logs/laravel.log
|
path: api/storage/logs/laravel.log
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
|
|
||||||
build-nuxt-app:
|
build-nuxt-app:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue