Skip to content

Bump jasmine from 5.10.0 to 5.12.0 #949

Bump jasmine from 5.10.0 to 5.12.0

Bump jasmine from 5.10.0 to 5.12.0 #949

Workflow file for this run

# This is a basic workflow that is manually triggered
name: Safari
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: [push, pull_request]
# Declare default permissions as read only.
permissions: read-all
jobs:
build:
# The type of runner that the job will run on
runs-on: macos-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- run: bin/osx/setup-rabbit.sh
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm install "https://github.com/RLovelett/karma-safari-launcher.git#safari-webdriver"
- run: npm run build
- run: npx karma start spec/karma.conf.js --single-run --browsers=Safari