chore(deps): remove selenium config and macOS test setup

This commit is contained in:
Rachel Fenichel
2023-09-18 12:03:30 -07:00
parent b22656b636
commit 550443f39c
4 changed files with 0 additions and 42 deletions

View File

@@ -45,10 +45,6 @@ jobs:
if: runner.os == 'Linux'
run: source ./tests/scripts/setup_linux_env.sh
- name: MacOS Test Setup
if: runner.os == 'macOS'
run: source ./tests/scripts/setup_osx_env.sh
- name: Run Build
run: npm run build

View File

@@ -44,10 +44,6 @@ jobs:
if: runner.os == 'Linux'
run: source ./tests/scripts/setup_linux_env.sh
- name: MacOS Test Setup
if: runner.os == 'macOS'
run: source ./tests/scripts/setup_osx_env.sh
- name: Run
run: npm run test