Skip to content

Commit

Permalink
Merge branch 'JASMINE' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Sep 17, 2024
2 parents 66bc3bb + 9e0fd57 commit 2fca2dd
Show file tree
Hide file tree
Showing 90 changed files with 2,608 additions and 6,672 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
sudo apt-get install -y git cmake ninja-build wget zip
sudo apt-get install -y gcc-multilib g++-multilib pkg-config autoconf bison libtool flex
sudo apt-get install -y python3 python3-pip
sudo apt-get install -y chromium
- name: Export GitHub Actions cache environment variables
if: ${{ steps.release.outputs.release_created }}
Expand All @@ -63,10 +62,14 @@ jobs:
run: |
npm run build
- name: Prime gecko webdriver
if: ${{ steps.release.outputs.release_created }}
working-directory: packages/base91
run: |
npm run test || echo "Prime gecko webdriver"
- name: Test
if: ${{ steps.release.outputs.release_created }}
env:
CI: true
run: |
npm run test
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

name: Node ${{ matrix.node }} sample
steps:
- name: Checkout code
- name: Checkout Sources
uses: actions/checkout@v4

- name: Install NodeJS
Expand All @@ -34,7 +34,6 @@ jobs:
sudo apt-get install -y git cmake ninja-build wget zip
sudo apt-get install -y gcc-multilib g++-multilib pkg-config autoconf bison libtool flex
sudo apt-get install -y python3 python3-pip
sudo apt-get install -y chromium
- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v7
Expand All @@ -56,9 +55,12 @@ jobs:
run: |
npm run build
- name: Prime gecko webdriver
working-directory: packages/base91
run: |
npm run test || echo "Prime gecko webdriver"
- name: Test
env:
CI: true
run: |
npm run test
Expand Down
20 changes: 0 additions & 20 deletions karma.conf.cjs

This file was deleted.

Loading

0 comments on commit 2fca2dd

Please sign in to comment.