Skip to content

Bump lodash from 4.17.21 to 4.17.23 in /client #92

Bump lodash from 4.17.21 to 4.17.23 in /client

Bump lodash from 4.17.21 to 4.17.23 in /client #92

Workflow file for this run

name: Selenium Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install docker-compose
uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.14.2'
- name: Run Tests
run: sudo CONFIG_FILE=./env/docker-tests.js docker compose -f docker-compose-run-tests.yml up --abort-on-container-exit