Files
paradigms/.gitea/workflows/js-prefix.yml
root e6e194fb68
All checks were successful
Array Queue Test / test (push) Successful in 29s
Clojure Example Test / test (push) Successful in 9s
Clojure Linear Test / test (push) Successful in 13s
Exception Test / test (push) Successful in 1m30s
Generic Test / test (push) Successful in 41s
JavaScript Example Test / test (push) Successful in 10s
JavaScript Expressions Test / test (push) Successful in 42s
JavaScript Objective Expressions Test / test (push) Successful in 2m43s
JavaScript Prefix Test / test (push) Successful in 2m45s
Queues Test / test (push) Successful in 23s
Binary Search Test / test (push) Successful in 13s
migration
2026-04-13 20:12:36 +03:00

19 lines
553 B
YAML

name: JavaScript Prefix Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run JavaScript Prefix tests
working-directory: javascript
run: |
./TestJS.sh jstest.prefix.PrefixTest hard Base
./TestJS.sh jstest.prefix.PrefixTest hard 3233
./TestJS.sh jstest.prefix.PrefixTest hard 3435
./TestJS.sh jstest.prefix.PostfixTest hard 3637
./TestJS.sh jstest.prefix.PostfixTest hard 3839