Skip to content

Commit

Permalink
Workflows creation
Browse files Browse the repository at this point in the history
fix: Workflows are now running
  • Loading branch information
Adamou02 authored Feb 6, 2024
2 parents 73952cd + 061eb35 commit 3eeb6e9
Show file tree
Hide file tree
Showing 45 changed files with 5,227 additions and 1,110 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Run npm test
env:
CI: true
run: |
npm ci
npm run build --if-present
npm test
npm test -- --watch=false
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Contributing
Your contributions are always welcome!

Guidelines
Add one link per Pull Request.
Make sure the PR title is in the format of [KEY]: [description]
Keep descriptions concise and short.
Add the section description if needed.
Search previous Pull Requests or Issues before making a new one, as yours may be a duplicate.
Check your spelling and grammar.
Remove any trailing whitespace.
Just a gentle reminder: Try not to submit your own project. Instead, wait for someone finds it useful and submits it for you.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(config) {
require('karma-chrome-launcher'),
require('@angular-devkit/build-angular/plugins/karma')
],
browsers: ['ChromeHeadless'], // Utilisez Chrome en mode sans tête
browsers: ['ChromeHeadless'],
reporters: ['progress', 'kjhtml'],
port: 9876,
colors: true,
Expand Down
Loading

0 comments on commit 3eeb6e9

Please sign in to comment.