Skip to content

Commit

Permalink
Merge pull request #606 from Olat-nji/dev
Browse files Browse the repository at this point in the history
fix: fixed file name issue
  • Loading branch information
tulbadex authored Aug 25, 2024
2 parents 3762dad + f6f0c24 commit c3e7eab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ jobs:
- name: Run database migrations
run: php artisan migrate --force

- name: Clear all cache
run: php artisan optimize

- name: Clear configuration cache
run: php artisan config:clear


- name: Run Laravel tests
run: |
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/postman-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:

- name: Send parsed result to Hosted Application
run: |
export APP_URL=${{ secrets.APP_URL }}
php send-postman-api-tests-results.php
cp .env.example .env
composer install --no-interaction --prefer-dist --optimize-autoloader
echo "APP_URL=${{ secrets.APP_URL }}" >> .env
php artisan store:api-status

File renamed without changes.

0 comments on commit c3e7eab

Please sign in to comment.