Skip to content

Commit

Permalink
Merge pull request nuxt-modules#11 from nuxt-community/ci-enable-stat…
Browse files Browse the repository at this point in the history
…egies

ci: enable more strategies
  • Loading branch information
ricardogobbosouza authored Sep 10, 2020
2 parents 68b422c + 4bccb2c commit dd47ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:

strategy:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
# node: [10, 12]
os: [ubuntu-latest]
node: [10]
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10, 12]

steps:
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion test/download.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ describe('download', () => {

test('css inject', () => {
expect(nuxt.options.css).toHaveLength(1)
expect(nuxt.options.css[0]).toContain('css/fonts.css')
expect(nuxt.options.css[0]).toContain('fonts.css')
})
})

0 comments on commit dd47ccf

Please sign in to comment.