-
Notifications
You must be signed in to change notification settings - Fork 84
Tips and Hints
Chandni Patel edited this page May 28, 2024
·
5 revisions
- Update your local Node version to Node 20.
- Update action.yml node20 and point to the new node version
- In your own fork, build the branch with
npm installandnpm run build - Add the built artifacts
./node_modules/and./lib/into a new commitgit add . - Push the artifacts to your remote branch
git push <remote> <branch> - In function app GitHub repo. Create a workflow,
uses: <your_name_space>/functions-action@<branch_name> - Wait for the CI to finish
One pointer to do this is to use the act container. I haven't tried this out locally but it has a very good reputation of maintenance. Making the E2E to run in our CI will give us an extra layer of safety net.