Skip to content

Commit

Permalink
Merge branch 'refactor/directory-structure' into issue/14-website
Browse files Browse the repository at this point in the history
  • Loading branch information
feselene committed Oct 10, 2024
2 parents d7840f1 + 5faa6ae commit a5e3acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/json-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- name: Regenerate core config json schemas
run: |
cd Core
cd src/Core
dotnet run -- regenjsonschemas
git add config.schema.json
git add config.runmode.schema.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- name: Try publishing and running dummy mode
run: |
cd Core
cd src/Core
dotnet run -- gendefaultconfig --outfile=config.json
dotnet publish -c Release
timeout --preserve-status -k1 3 dotnet ../artifacts/publish/Core/release/Core.dll start -m dummy || exit_code=$?
Expand Down

0 comments on commit a5e3acd

Please sign in to comment.