Skip to content

Commit

Permalink
update new test model
Browse files Browse the repository at this point in the history
  • Loading branch information
Doom9527 authored and QubitPi committed Jun 6, 2024
1 parent 65f6683 commit 3513091
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ name: Astraios CI/CD
env:
USER: QubitPi
EMAIL: jack20220723@gmail.com
TEST_MODEL_PACKAGE_NAME: io.github.qubitpi.ws.jersey.template.models
TEST_MODEL_PACKAGE_NAME: com.paiondata.astraios.data.models

jobs:
yml-md-style-and-link-checks:
Expand All @@ -40,8 +40,8 @@ jobs:
- name: Test environment setup
uses: ./.github/actions/ci-setup
with:
data-models-repo-org: QubitPi
data-models-repo-name: jersey-webservice-template-jpa-data-models
data-models-repo-org: paion-data
data-models-repo-name: astraios-data-models-example
- name: Set up Docker for Integration Tests
uses: docker-practice/actions-setup-docker@master
- name: Run unit & integration tests
Expand All @@ -56,8 +56,8 @@ jobs:
- name: Test environment setup
uses: ./.github/actions/ci-setup
with:
data-models-repo-org: QubitPi
data-models-repo-name: jersey-webservice-template-jpa-data-models
data-models-repo-org: paion-data
data-models-repo-name: astraios-data-models-example
- name: Install dependencies
working-directory: docs
run: yarn
Expand Down
4 changes: 2 additions & 2 deletions quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ cat >settings.xml <<'EOT'
<profile>
<id>astraios-data-models</id>
<properties>
<model.package.jar.group.id>io.github.qubitpi</model.package.jar.group.id>
<model.package.jar.artifact.id>jersey-webservice-template-jpa-data-models</model.package.jar.artifact.id>
<model.package.jar.group.id>com.paiondata</model.package.jar.group.id>
<model.package.jar.artifact.id>astraios-data-models-example</model.package.jar.artifact.id>
<model.package.jar.version>1.0.0</model.package.jar.version>
</properties>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions settings.xml.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<profile>
<id>astraios-data-models-properties</id>
<properties>
<model.package.jar.group.id>io.github.qubitpi</model.package.jar.group.id>
<model.package.jar.artifact.id>jersey-webservice-template-jpa-data-models</model.package.jar.artifact.id>
<model.package.jar.group.id>com.paiondata</model.package.jar.group.id>
<model.package.jar.artifact.id>astraios-data-models-example</model.package.jar.artifact.id>
<model.package.jar.version>1.0.0</model.package.jar.version>
</properties>
</profile>
Expand Down

0 comments on commit 3513091

Please sign in to comment.