Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Bump braces from 3.0.2 to 3.0.3 #29

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #29

Workflow file for this run

# SPDX-License-Identifier: MIT
# Copyright (C) 2023 Roland Csaszar
#
# Project: vscode-ocaml-alcotest-test-adapter
# File: test.yml
# Date: 06.Mar.2023
#
# ==============================================================================
name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x, 18.x, 20.x]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Run Tests
run: |
yarn --ignore-engines install --dev
xvfb-run -a yarn --ignore-engines test