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 7fd1f99 commit 065ed3dCopy full SHA for 065ed3d
content/guided-workshop/exercises/4-testing.md
@@ -70,7 +70,7 @@ Let's create a workflow to implement testing.
70
with:
71
build: npm run build
72
start: npm run start
73
- project: ./source
+ project: ./src
74
env:
75
MONGODB_URI: test
76
```
0 commit comments