Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Mar 12, 2024
1 parent c602853 commit d1a2578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
matrix:
flag-for-ts: ['', --ts]
flag-for-eslint: ['', -e]
flag-for-plugin: ['', -p import, -p pages, -p layouts, -p manifest]
flag-for-modulea: ['', -m pinia, -m unocss, -m uniNetwork, -m uniUse]
flag-for-plugin: ['', -p import -p pages, -p layouts -p manifest]
flag-for-modulea: ['', -m pinia -m unocss, -m uniNetwork -m uniUse]
flag-for-ui: ['', -u uni, -u uni]

# include:
Expand Down

0 comments on commit d1a2578

Please sign in to comment.