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 2d80311 commit f318893Copy full SHA for f318893
.github/workflows/ci.yaml
@@ -140,7 +140,7 @@ jobs:
140
VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }}
141
IS_BETA: ${{ needs.check_if_version_upgraded.outputs.is_release_beta }}
142
143
- github_pages:
+ deploy_cra_test_app_on_github_pages:
144
needs: test
145
runs-on: ubuntu-latest
146
if: github.event_name == 'push'
@@ -153,7 +153,7 @@ jobs:
153
- run: |
154
yarn build
155
yarn yarn_link
156
- cd src/test/apps/spa
+ cd src/test/apps/cra
157
158
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git
159
env:
0 commit comments