Skip to content

Commit

Permalink
Fix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Apr 17, 2020
1 parent e13a469 commit 2088155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-test.yml
Expand Up @@ -62,7 +62,7 @@ jobs:

# #8073 test
- name: Run Tests (PRETTIER_FALLBACK_RESOLVE)
run: yarn test "tests_integration/__tests__/{config,plugin}-*.js"
run: yarn test "tests_integration/__tests__/(config|plugin)"
env:
PRETTIER_FALLBACK_RESOLVE: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-test.yml
Expand Up @@ -134,7 +134,7 @@ jobs:

# #8073 test
- name: Run Tests (PRETTIER_FALLBACK_RESOLVE)
run: yarn test "tests_integration/__tests__/{config,plugin}-*.js"
run: yarn test "tests_integration/__tests__/(config|plugin)"
env:
NODE_ENV: production
PRETTIER_FALLBACK_RESOLVE: true

0 comments on commit 2088155

Please sign in to comment.