Skip to content

Commit

Permalink
Merge pull request #1121 from JKRhb/ci-full
Browse files Browse the repository at this point in the history
ci: reintroduce macOS and Windows testing without branch restrictions
  • Loading branch information
relu91 authored Oct 15, 2023
2 parents 1325a9d + 59eff24 commit a5857b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 73 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/ci-full.yaml

This file was deleted.

11 changes: 9 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: Default CI Pipeline

on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:

jobs:
setup-and-test:
name: Tests (${{ matrix.os }}, Node ${{ matrix.node-version }})
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [18.x, 20.x]

steps:
Expand Down

0 comments on commit a5857b6

Please sign in to comment.