Skip to content

Conversation

@ismasan
Copy link
Collaborator

@ismasan ismasan commented Jul 14, 2025

A Github action that:

  • Installs dependencies for this SDK
  • Runs unit tests
  • Starts a test app on localhost:8000
  • Pulls main datastar repo and installs Go
  • Runs SDK tests in main D* repo at ./sdk/tests with go run against running test app for the SDK.

Once this datastar PR is merged, I can update the GH action with the main repo's path.

@ismasan ismasan merged commit d6e787b into main Jul 15, 2025
1 check passed
@ismasan ismasan deleted the gh_ci branch July 15, 2025 15:33
Comment on lines +19 to +23
- name: Install dependencies
run: |
bundle install
gem install bundler

Choose a reason for hiding this comment

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

This is already done by ruby/setup-ruby.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

True! Thanks @benpickles #4

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.

3 participants