Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixdong committed Jun 12, 2024
1 parent dc7bffe commit db1422f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
jobs:
megatron-unit-test:
runs-on: self-hosted
concurrency: job-group
container:
image: localhost:5000/flagscale_cicd:v1.3
ports:
Expand All @@ -35,6 +36,7 @@ jobs:

flagscale-unit-test:
runs-on: self-hosted
concurrency: job-group
container:
image: localhost:5000/flagscale_cicd:v1.3
ports:
Expand All @@ -55,6 +57,7 @@ jobs:

flagscale-functional-test:
runs-on: self-hosted
concurrency: job-group
container:
image: localhost:5000/flagscale_cicd:v1.3
ports:
Expand Down

0 comments on commit db1422f

Please sign in to comment.