Skip to content

Commit

Permalink
Merge branch 'develop' into deepMap-2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x authored Dec 16, 2024
2 parents 488628c + d394302 commit 3a44e32
Show file tree
Hide file tree
Showing 27 changed files with 1,811 additions and 1,021 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/hyperexecute.yml

This file was deleted.

48 changes: 21 additions & 27 deletions .github/workflows/lambdatest.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,27 @@
name: LambdaTest (HyperExecute)
name: Browser testing on Lambdatest

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
test-tunnel:
runs-on: ubuntu-latest
steps:
- name: Start Tunnel
uses: LambdaTest/LambdaTest-tunnel-action@v2
id: tunnel
with:
user: ${{ secrets.LT_USERNAME }}
accessKey: ${{ secrets.LT_ACCESS_KEY }}
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
- run: npm ci
- run: npm run test:lambdatest
env:
LT_USERNAME: ${{ secrets.LT_USERNAME }}
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}

3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ gauravchawhan <117282267+gauravchawhan@users.noreply.github.com>
Akki <63336443+Aakash-Rana@users.noreply.github.com>
Neeraj Kumawat <42885320+nkumawat34@users.noreply.github.com>
Emmanuel Ferdman <emmanuelferdman@gmail.com>
Paul K <paul@scriptcad.com>
Paul Korzhyk <paul.korzhyk@gmail.com>
Francois <819179+fchu@users.noreply.github.com>

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

# unpublished changes
# 2024-12-11, 14.0.1

- Fix: make derivative much faster (#3322). Thanks @paulftw.
- Fix: #3317 export `Fraction` type from the `fraction.js` library instead of
using a custom interface (#3330). Thanks @fchu.

# 2024-11-20, 14.0.0

Expand Down
Loading

0 comments on commit 3a44e32

Please sign in to comment.