We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e73752 commit da67e80Copy full SHA for da67e80
.github/workflows/ci.yml
@@ -122,9 +122,9 @@ jobs:
122
if: ${{ runner.os == 'Linux' }}
123
- run: yarn --frozen-lockfile
124
- run: yarn build-native-release
125
- - run: yarn build
126
- name: Setup tmate session
127
uses: mxschmitt/action-tmate@v3
+ - run: yarn build
128
- run: yarn test:integration-ci
129
130
# Deployment steps taken from https://github.com/colinwilson/static-site-to-vercel/blob/master/.github/workflows/deploy-preview.yml
0 commit comments