Skip to content

Commit

Permalink
setup workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfoolong committed Aug 14, 2024
1 parent 6c0670e commit ff85e81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@ jobs:
with:
node-version: '15.x'

- name: Run PHP Test
- name: Run PHP isolated Test
run: php tests/test-encrypt-decrypt.php

- name: Run NodeJs isolated Test
run: node tests/test-encrypt-decrypt.js

- name: Run PHP<->JS Tests
run: node tests/test-js-php.js && php tests/test-js-php.php

# - name: Install Playwright Browsers
# run: npx playwright install --with-deps

Expand Down

0 comments on commit ff85e81

Please sign in to comment.