Skip to content

Commit

Permalink
Prepare for future dev tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Sep 3, 2024
1 parent cfa5d3b commit 6a6018b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
run: yarn
- name: Run compiler
run: yarn compile
- name: Run extension create command
- name: Run `extension create` command
run: yarn test:create
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
run: yarn
- name: Run compiler
run: yarn compile
# - name: Run dev tests (TODO)
# run: yarn test:dev
- name: Run `extension dev` command
run: yarn test:dev
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
run: yarn
- name: Run compiler
run: yarn compile
# - name: Run preview tests (TODO)
# - name: Run `extension preview` command (TODO)
# run: yarn test:preview
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"release": "dotenv -- turbo run compile && changeset publish",
"test": "dotenv -- turbo run test",
"test:coverage": "dotenv -- turbo run test:coverage",
"test:dev": "dotenv -- turbo run test:dev",
"test:build": "dotenv -- turbo run test:build",
"test:create": "dotenv -- turbo run test:create",
"test:cli": "dotenv -- turbo run test:cli",
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"test:build": {},
"test:create": {},
"test:cli": {},
"test:dev": {},
"test:watch": {
"cache": false
},
Expand Down

0 comments on commit 6a6018b

Please sign in to comment.