Skip to content

Commit

Permalink
Merge branch 'develop' into bugFix-1455
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong authored Nov 13, 2024
2 parents 1eb673a + ab2bc16 commit d570204
Show file tree
Hide file tree
Showing 16 changed files with 375 additions and 295 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/hyperexecute.yml

This file was deleted.

33 changes: 33 additions & 0 deletions .github/workflows/lambdatest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: LambdaTest (HyperExecute)
on:
push:
branches:
- '*'
tags:

jobs:
HyperExecute-Playwright:
runs-on: windows-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [windows-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Starting CI testing
shell: bash
env:
CI: true
LT_USERNAME: ${{ secrets.LT_USERNAME }}
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}
run: |
echo "STEP 1 ) Download project"
git clone https://github.com/josdejong/mathjs
cd mathjs
echo "STEP 2) Download HyperExecute"
curl https://downloads.lambdatest.com/hyperexecute/windows/hyperexecute.exe -o hyperexecute.exe
echo "STEP 3) Run tests using HyperExecute"
./hyperexecute --user $LT_USERNAME --key $LT_ACCESS_KEY --config test/browser-test-config/lambdatest-hyperexecute-config.yaml
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,6 @@ Vas Sudanagunta <[email protected]>
Brooks Smith <[email protected]>
Jmar L. Pineda <[email protected]>
gauravchawhan <[email protected]>
Neeraj Kumawat <[email protected]>

# Generated by tools/update-authors.js
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# History

# unpublished changes since 13.2.0
# 2024-11-06, 13.2.1

- Update to the latest version of `complex.js`.
- Fix `Index.dimension(dim)` accepting non-numeric input.
- Fix: #3290 should validate variables names in method `Parser.set` (#3308).
Thanks @nkumawat34.

# 2024-10-02, 13.2.0

Expand Down
32 changes: 0 additions & 32 deletions hyperexecute.yaml

This file was deleted.

Loading

0 comments on commit d570204

Please sign in to comment.