Skip to content

horothesun/github-actions-workflow-runs-clasp

Repository files navigation

GitHub Actions workflow runs - Google Apps Script

CI clasp

Push to Google Apps Script Deploy to Google Apps Script

Setup

Run

nvm use
npm i

Update .clasp.json with your scriptId.

Testing

For continuos changes-only testing, run

npm run testWatch

otherwise, to run all tests once run

npm test

Notes

  • module.exports must be defined in single lines.