1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 18:04:26 +04:00

Compare commits

...

1 Commits

Author SHA1 Message Date
codecalm
0a285384b7 Update test workflow to run on multiple operating systems 2025-02-03 03:04:30 +01:00

View File

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