ci(test): remove runs on matrix OSs in the test-package job (#116)

This commit is contained in:
Alfi Maulana
2023-12-12 12:51:24 +07:00
committed by GitHub
parent c4d2902c63
commit 3d7ddb3fa0

View File

@@ -7,11 +7,7 @@ on:
jobs: jobs:
test-package: test-package:
name: Test Package name: Test Package
runs-on: ${{ matrix.os }}-latest runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [windows, ubuntu, macos]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.1 uses: actions/checkout@v4.1.1