Skip to content

Commit

Permalink
Merge branch 'develop' into bugFix-3290
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong authored Nov 6, 2024
2 parents cbfdd51 + 22db7d2 commit d1c707a
Show file tree
Hide file tree
Showing 12 changed files with 245 additions and 206 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 HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# unpublished changes since 13.2.0

- Update to the latest version of `complex.js`.
- Fix `Index.dimension(dim)` accepting non-numeric input.

# 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 d1c707a

Please sign in to comment.