Skip to content

Commit

Permalink
Merge branch 'develop' into fix/custom-amount-audit-give-033
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwaldstein authored Jan 24, 2025
2 parents 56045c6 + 2ce51ba commit d01c4a2
Show file tree
Hide file tree
Showing 20 changed files with 938 additions and 3,236 deletions.
5 changes: 3 additions & 2 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
.editorconfig
.babelrc


/tests
/node_modules
/packages/form-builder/node_modules
/assets/src
Expand Down Expand Up @@ -74,11 +76,10 @@ webpack.mix.js
docker-compose.yml
wp-textdomain.js
.wp-env.json
*.test.js

# GH Action files
DOCKER_ENV
docker_tag
output.log
docker-compose.yml
wp-textdomain.js
wp-textdomain.js
21 changes: 2 additions & 19 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
php_tests:
# This workflow contains a single job called "test"
test:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
strategy:
Expand Down Expand Up @@ -104,21 +105,3 @@ jobs:
run: php -d memory_limit=-1 vendor/bin/phpunit
env:
DB_PORT: ${{ env.mysql_port }}

js_tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: 'package-lock.json'

- name: Install npm dependencies
run: |
npm install -g npm@8
npm install
- name: Run Tests
run: npm test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Unit tests
/tmp
/tests/bin/tmp
/tests/resources/coverage

# Bin files
/bin/*
Expand Down
Loading

0 comments on commit d01c4a2

Please sign in to comment.