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 f08ae30 commit 2ea6212Copy full SHA for 2ea6212
.github/workflows/test-all.yml
@@ -48,7 +48,7 @@ jobs:
48
env:
49
PROJECT_CONFIG: ${{ secrets.TEST_PROJECT_CONFIG }}
50
run: |
51
- echo "$PROJECT_CONFIG" > config/project.json
+ echo $PROJECT_CONFIG > config/project.json
52
yarn
53
- name: yarn build
54
run: yarn build
0 commit comments