We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817540c commit ba2a534Copy full SHA for ba2a534
.github/workflows/test.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: Install dependencies
13
run: yarn
14
- name: Building code
15
- run: yarn build
+ run: yarn build:temple
16
- name: Run tests
17
run: yarn test
0 commit comments