Skip to content

Commit

Permalink
🚧 Line chart Element builder
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Sep 2, 2023
1 parent a547127 commit 8f411bf
Show file tree
Hide file tree
Showing 48 changed files with 245 additions and 228 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Execute tests Install
run: php artisan test modules/Tests/InstallTest.php
run: php artisan test vendor/juzaweb/modules/Tests/InstallTest.php
- name: Execute tests (Unit and Feature tests)
run: php artisan test
- name: Execute tests disabled frontend
run:
php artisan test modules/Tests/Feature/Auth
php artisan test modules/Tests/Feature/Backend
php artisan test vendor/juzaweb/modules/Tests/Feature/Auth
php artisan test vendor/juzaweb/modules/Tests/Feature/Backend
env:
JW_FRONTEND_ENABLE: false
- name: Execute tests Update
run: php artisan test modules/Tests/UpdateTest.php
run: php artisan test vendor/juzaweb/modules/Tests/UpdateTest.php
- name: Execute tests after Update
run: php artisan test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/jw-styles/juzaweb/build/assets/app-c29047c7.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{j as r}from"./app-9f256a6d.js";function t({content:e}){return r("div",{dangerouslySetInnerHTML:{__html:e}})}export{t as default};
import{j as r}from"./app-b7841ba0.js";function t({content:e}){return r("div",{dangerouslySetInnerHTML:{__html:e}})}export{t as default};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion public/jw-styles/juzaweb/build/assets/builder-11cde9a1.js

This file was deleted.

Loading

0 comments on commit 8f411bf

Please sign in to comment.