We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ac3a8 commit e3a9394Copy full SHA for e3a9394
1 file changed
.github/workflows/ci.yml
@@ -94,3 +94,5 @@ jobs:
94
run: yarn install --ignore-engines --frozen-lockfile
95
- name: Basic App
96
run: yarn workspace basic-app test:mocha
97
+ - name: Custom App
98
+ run: yarn workspace custom-fastboot-app test:mocha
0 commit comments