Skip to content

Commit

Permalink
add exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlapham committed Dec 11, 2019
1 parent faa757d commit d121233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/total.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node: ['10.x', '12.x']
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand All @@ -39,7 +39,7 @@ jobs:
with:
filename: 'build.zip'
path: './build'
# exclusions: ''
exclusions: 'x'
- uses: 'finnp/create-file-action@master'
env:
FILE_NAME: 'README.md'
Expand Down

0 comments on commit d121233

Please sign in to comment.