Prerequisites
Issue Type
Template Issue - Problem with template content or structure
Severity
Medium - Affects functionality but not critical
Current Behavior
This instruction is nonsense:
Workflow Dependencies
Integration tests should run ONLY after lint and adapter tests pass:
integration-tests:
needs: [check-and-lint, adapter-tests]
runs-on: ubuntu-22.04
There is no job *integration-tests' at standard workflow.
The integration test MUST run on all supported os platform using latest version
### Expected Behavior
This instruction should be removed from template all together.
- Using create-adapter creates a currect and up to date workflow
- The workflow is checked be repochecker as far as possible and differences are reported if required.
### Steps to Reproduce
read the coüpilot intriuctions file
### GitHub Copilot Status
Yes - Copilot is active and working
### Template Version
0.5.7
### Operating System
Windows
### Node.js Version
_No response_
### Error Messages/Logs
```text
Configuration Details
No response
Additional Context
No response
Workaround
Prerequisites
Issue Type
Template Issue - Problem with template content or structure
Severity
Medium - Affects functionality but not critical
Current Behavior
This instruction is nonsense:
integration-tests:
needs: [check-and-lint, adapter-tests]
runs-on: ubuntu-22.04
Configuration Details
No response
Additional Context
No response
Workaround