-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 Setup GitHub actions #3374
base: v2-bridge
Are you sure you want to change the base?
🔧 Setup GitHub actions #3374
Conversation
- build: install dependacy - npm-publish: publish on npm using token wip - test with event in github - test with the token the publish job
.circleci/config.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut laisser ce fichier pour que CircleCI ignore cette branche et celles qui sont crées à partir de celle-ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je l ai remis
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mais j ai desacitver le circle ci , donc je suis pas sur que cela soit necessaire ?? non ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut le mettre vu qu'on a réactivé CircleCI pour la v2
.github/workflows/npm-publish.yml
Outdated
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20.11.0 | ||
# cache: 'pnpm' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# cache: 'pnpm' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
en local c est l enfer pour tester mais on peut le mettre en prod
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faudrait le variabiliser du coup non ?
.github/workflows/npm-publish.yml
Outdated
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created | ||
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages | ||
|
||
name: Node.js Package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created | |
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages | |
name: Node.js Package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c etait pour avoir les sources qui m ont aidé à le mettre en place
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut mettre à jour le commentaire alors (ou ne laisser que le lien)
add CI with test and lint refacto publish
review @dylan Co-authored-by: Dylan Broussard <contact@deraw.dev>
bf3a15c
to
7728cb4
Compare
Certaines fonctionnalités sont bloquées ? @christopheGaon |
7189344
to
b109386
Compare
C'est bon merci David. |
Est il possible de rajouter la cmd vue-tsc pour tester aussi le typescript? |
Description
remplacer circle-ci par github-action pour le build and publish sur npm
Playground - Pour tester
Liste des job disponible
Type de changement
Checklist