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

feat: otter training - training sdk #2267

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

sdo-1A
Copy link
Contributor

@sdo-1A sdo-1A commented Oct 10, 2024

Proposed change

Creation of training SDK
This PR is mainly to check the package files, the specifications are likely to change when we update the content of the SDK training exercises.

Related issues

  • 🐛 Fixes #(issue)
  • 🚀 Feature #(issue)

@sdo-1A sdo-1A requested a review from a team as a code owner October 10, 2024 12:18
@sdo-1A sdo-1A force-pushed the feat/training-sdk branch from af59293 to 1f975b9 Compare October 10, 2024 12:27
Copy link

nx-cloud bot commented Oct 10, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit f78569f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@sdo-1A sdo-1A force-pushed the feat/training-sdk branch from 1f975b9 to e359fd8 Compare October 10, 2024 12:58
packages/@o3r/training-sdk/package.json Outdated Show resolved Hide resolved
packages/@o3r/training-sdk/readme.md Outdated Show resolved Hide resolved
packages/@o3r/training-sdk/tsconfig.json Show resolved Hide resolved
packages/@o3r/training-sdk/jest.config.js Outdated Show resolved Hide resolved
"options": {
"script": "extract"
},
"inputs": ["source", "^source-and-cli", "{projectRoot}/package.json"],
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you need ^source-and-cli?
This will require to re-run this action on any dependency source code change.
It is what you want or is ^cli would be enough (according where o3r-extract-folder-structure is)?

@sdo-1A sdo-1A force-pushed the feat/training-sdk branch from 2864524 to 41541fd Compare October 16, 2024 09:26
"options": {
"script": "build"
},
"inputs": ["source", "^source-and-cli"]
Copy link
Contributor

Choose a reason for hiding this comment

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

We should not need this line

@sdo-1A sdo-1A force-pushed the feat/training-sdk branch from 41541fd to f78569f Compare October 17, 2024 15:26
@sdo-1A sdo-1A merged commit e81546d into feat/otter-training Oct 21, 2024
2 checks passed
@sdo-1A sdo-1A deleted the feat/training-sdk branch October 21, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants