Skip to content
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 GitHub Actions workflow file to run CI #1035

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

lumaxis
Copy link
Contributor

@lumaxis lumaxis commented Feb 15, 2024

To complete the switch to GitHub Actions across crawler, service, and website, this adds the same GitHub Actions workflow file that's already running in the other two repos on every pull request.

Once this is merged and verified, I'll follow up with removing the Azure Pipelines config.

Copy link

netlify bot commented Feb 15, 2024

Deploy Preview for blissful-goodall-fa23f6 ready!

Name Link
🔨 Latest commit dfe8f57
🔍 Latest deploy log https://app.netlify.com/sites/blissful-goodall-fa23f6/deploys/65ce443aa400bf00073dc852
😎 Deploy Preview https://deploy-preview-1035--blissful-goodall-fa23f6.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lumaxis lumaxis requested review from elrayle and qtomlinson April 2, 2024 10:26
Copy link
Collaborator

@qtomlinson qtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v4.0.1
with:
node-version: 18
node-version: 10
Copy link
Collaborator

@qtomlinson qtomlinson Apr 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DevDockerfile and Dockerfile currently still uses node:10-alpine. In website, npm run start:local-api can run with node 14, but failed with node 16. Potentially using node 14 can be an incremental step to update website.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea! I'll merge this as is and make a new PR to update everything to 14 🙏🏼

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you!

@lumaxis lumaxis merged commit b503e9d into clearlydefined:master Apr 4, 2024
6 checks passed
@lumaxis lumaxis deleted the add-github-actions-workflow branch April 4, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants