Skip to content

Commit

Permalink
ci: Renaming workflow test-e2e to test-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Sep 13, 2023
1 parent cb0de34 commit 1b00c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests on apps
name: Run module and app tests

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ on:
branches:
- main
paths:
- ".github/workflows/test-e2e.yml"
- ".github/workflows/test-apps.yml"
- "packages/**"
- "pnpm-lock.yaml"
- "!**/package.json"
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": {
"outputs": []
},
"test:e2e": {
"test:apps": {
"outputs": []
}
},
Expand Down

0 comments on commit 1b00c18

Please sign in to comment.