-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add integration test suite #21
Conversation
jeremyjams
commented
Oct 29, 2024
- Logs:
- Main & develop are now protected and both unit & integration test checks are mandatory:
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.
Well done!
@@ -20,3 +20,4 @@ jobs: | |||
run: npm run test | |||
- name: Test build | |||
run: npm run build | |||
# See Jenkinsfile-itest for "Run integration tests" step |
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.
@DamienMure FYI 1
} | ||
} | ||
docker.image('node:22-alpine') | ||
.inside('-v /var/run/docker.sock:/var/run/docker.sock --network=host --user=root') { |
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.
@DamienMure FYI 2