3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-30 19:30:19 +00:00

Update test.yml

This commit is contained in:
Tonye Jack 2021-06-18 15:05:37 -04:00 committed by GitHub
parent b93fc4e17e
commit 58d2c2ff31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, windows-latest] # TODO: Add macos-latest
steps: steps:
- name: Checkout to branch - name: Checkout to branch
@ -49,7 +49,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, windows-latest] # TODO: Add macos-latest
steps: steps:
- name: Checkout - name: Checkout