1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Update test workflow to run on multiple operating systems

This commit is contained in:
codecalm
2025-02-03 03:04:30 +01:00
parent f8a7a13f6b
commit 0a285384b7

View File

@@ -11,7 +11,7 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, window-latest, macos-latest]
steps:
- name: Clone repository
uses: actions/checkout@v4