Skip to content

Commit

Permalink
WIP: CI-Test
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed May 3, 2024
1 parent 2a47052 commit 63209d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: main
on:
push:
branches:
- main
- "**"
paths-ignore:
- ".github/workflows/docs.yml"
- "docs/**"
Expand All @@ -22,13 +22,13 @@ jobs:
matrix:
os:
- ubuntu-latest
# - macOS-latest
- macOS-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: SublimeText/UnitTesting/actions/setup@v1
- uses: SublimeText/UnitTesting/actions/run-tests@v1
- uses: SublimeText/UnitTesting/actions/setup@wip/ci-comments
- uses: SublimeText/UnitTesting/actions/run-tests@wip/ci-comments
with:
coverage: true

Expand Down

0 comments on commit 63209d1

Please sign in to comment.