-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue 1118 GitHub actions #1135
Conversation
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.
Looking good—we fixed the merge target and that eliminated all of the extra diffs; plus a couple of comments, particularly the one with the line break which may fix the (current) error
.github/workflows/node.js.yml
Outdated
sudo apt-get install -y libcairo2-dev libpango1.0-dev | ||
libjpeg-dev libgif-dev librsvg2-dev |
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.
I think this should stay as one line; the error hints that GitHub’s environment is trying to perform the libjpeg-dev
line as a command, and that would be due to its being on another line
.github/workflows/node.js.yml
Outdated
|
||
strategy: | ||
matrix: | ||
node-version: [18.x, 20.x, 22.x] |
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.
Per our meeting, to simplify things for now, let’s reduce this to just one version until things are more settled
adding necessary ubuntu package
adding the replacement for libjpeg-dev
The branch has now passed all the checks and CI testing has been successfully integrated into GitHub Actions! |
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.
LGTM
This pull request will allow testing (previously Travis /CI) to be shown through Github Actions instead.