We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d66fd2 commit 1960a43Copy full SHA for 1960a43
.github/workflows/pull-request.yml
@@ -22,10 +22,14 @@ jobs:
22
with:
23
package-name: '@sourceacademy/modules-github-actions'
24
25
+ - name: Init Tab
26
+ run: yarn workspaces focus @sourceacademy/tab-Curve
27
+
28
- name: Step 1
29
uses: ./.github/actions/src/playwright-cache
30
31
package-name: '@sourceacademy/tab-Curve'
32
33
# find-packages:
34
# name: Get packages within the repository
35
# runs-on: ubuntu-latest
0 commit comments