Skip to content

Commit

Permalink
Merge pull request #71 from traP-jp/feat/#70-dir-struct-change
Browse files Browse the repository at this point in the history
Feat/#70 dir struct change
  • Loading branch information
comavius authored Nov 7, 2024
2 parents d753dcc + a305362 commit 471eb64
Show file tree
Hide file tree
Showing 61 changed files with 3 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_test-judge-control-app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./judge-control-app
working-directory: ./
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test-judge-control-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./judge-control-app
working-directory: ./
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/_test-queue-app-release.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/_test-queue-app.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:

jobs:

test-queue-app:
uses: ./.github/workflows/_test-queue-app.yml

test-judge-control-app:
uses: ./.github/workflows/_test-judge-control-app.yml

3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:

jobs:

test-queue-app:
uses: ./.github/workflows/_test-queue-app-release.yml

test-judge-control-app:
uses: ./.github/workflows/_test-judge-control-app-release.yml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

source ../.env.dev
source .env.dev

# Create directories if they don't exist
if [ ! -d "judge-api-server" ]; then
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 0 additions & 19 deletions queue-app/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions queue-app/src/main.rs

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 471eb64

Please sign in to comment.