Skip to content

Conversation

@0hmX
Copy link

@0hmX 0hmX commented May 15, 2025

Close #49

This commit introduces a new GitHub Actions workflow file (ci.yml) to automate the build and test process for the repository. The workflow is triggered on push and pull request events to the main branch.

@0hmX 0hmX marked this pull request as ready for review May 17, 2025 06:24
@0hmX 0hmX requested a review from a team as a code owner May 17, 2025 06:24
This commit introduces a new GitHub Actions workflow file (ci.yml) to automate the build and test process for the repository. The workflow is triggered on push and pull request events to the main branch.
@0hmX 0hmX force-pushed the Setup-integration branch from 2836916 to 8bd9d19 Compare May 17, 2025 06:38
working-directory: ./actions

- name: Create .env.bsky
run: |
Copy link
Member

Choose a reason for hiding this comment

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

We should not use the official account for integration tests, it should only be done on test accounts.

Copy link
Author

Choose a reason for hiding this comment

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

Yes, but do we have any official testing account? If not, then I think you should create one! because the testing account also needs to be owned by Nodejs org!

Copy link
Author

Choose a reason for hiding this comment

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

@0hmX 0hmX closed this May 27, 2025
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.

Setup integration tests for process.js

2 participants