Skip to content

Commit

Permalink
remove permission edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed May 24, 2024
1 parent d4468da commit 128b96f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Laravel-Docker-Cypress
name: Cypress

on:
pull_request:
Expand All @@ -17,8 +17,6 @@ jobs:
run: ./deploy.sh
- name: Generate key
run: docker exec notar_app_1 php artisan key:generate
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Create Database
run: docker exec -t notar_app_1 php artisan migrate
- name: Execute tests
Expand Down

0 comments on commit 128b96f

Please sign in to comment.