Skip to content

Commit

Permalink
fix: renamed src and tests dir to follow feature id, thx to [issue #7…
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwaojo committed Apr 9, 2024
1 parent 71c798a commit b9ba28c
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
features:
- mcap
- mcap-cli
baseImage:
- debian:latest
- ubuntu:latest
Expand All @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
features:
- mcap
- mcap-cli
steps:
- uses: actions/checkout@v3

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/mcap/scenarios.json → test/mcap-cli/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"install_mcap_32": {
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"mcap": {
"mcap-cli": {
"version": "v0.0.32"
}
}
Expand Down
File renamed without changes.

0 comments on commit b9ba28c

Please sign in to comment.