Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smarlhens/5eb7cb10ab402c80337ea31e6676a0ba to your computer and use it in GitHub Desktop.
Save smarlhens/5eb7cb10ab402c80337ea31e6676a0ba to your computer and use it in GitHub Desktop.
// [...]
steps:
// [...]
- name: Unit tests
run: npm run test:ci
- name: E2E
run: npm run e2e:ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment