migration
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
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
This commit is contained in:
18
.gitea/workflows/js-prefix.yml
Normal file
18
.gitea/workflows/js-prefix.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user