Skip to content

Commit

Permalink
add modified files
Browse files Browse the repository at this point in the history
  • Loading branch information
phernandez committed Oct 1, 2024
1 parent 239f473 commit 9bed54b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/basic-foundation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
run: |
make init-data
- name: Run foundation tests
- name: Run foundation core tests
run: |
make test-foundation
make test-foundation-core
- name: Run foundation tests
- name: Run foundation api tests
run: |
make test-modules-api
make test-foundation-api
- name: Install Playwright and dependencies
run: |
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Run Playwright tests
run: |
make test-modules-web
make test-foundation-web
- name: Upload Playwright Traces
uses: actions/upload-artifact@v4
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,5 @@ cython_debug/
.DS_Store
.idea/
foundation/web/node_modules/
!/foundation/core/email_templates/build/
coverage.txt
/junit.xml
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#used by pyenv
# used by pyenv
3.12

0 comments on commit 9bed54b

Please sign in to comment.