Skip to content

Commit 1960a43

Browse files
committed
Try installing the tab package
1 parent 1d66fd2 commit 1960a43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ jobs:
2222
with:
2323
package-name: '@sourceacademy/modules-github-actions'
2424

25+
- name: Init Tab
26+
run: yarn workspaces focus @sourceacademy/tab-Curve
27+
2528
- name: Step 1
2629
uses: ./.github/actions/src/playwright-cache
2730
with:
2831
package-name: '@sourceacademy/tab-Curve'
32+
2933
# find-packages:
3034
# name: Get packages within the repository
3135
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)