Skip to content

Commit

Permalink
[69] Rename the wf-core-tck-runner to core-profile.
Browse files Browse the repository at this point in the history
resolves #69

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Oct 19, 2023
1 parent 3d889d3 commit 45eb963
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
updates:
# WildFly Jakarta EE Core TCK Runner
- package-ecosystem: "maven"
directory: "/wf-core-tck-runner"
directory: "/core-profile"
schedule:
interval: "daily"
ignore:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
pull_request:
branches:
- '**'
paths:
- 'core-profile/**'
schedule:
- cron: '0 0 * * *' # Every day at 00:00 UTC
workflow_dispatch:
Expand Down Expand Up @@ -55,7 +57,7 @@ jobs:
cache: 'maven'
- name: Build with Maven Java ${{ matrix.java }} on WildFly
run: |
cd wf-core-tck-runner
cd core-profile
mvn -B clean verify -Dversion.org.wildfly=${{ needs.wildfly-build.outputs.wildfly-version }} -fae
- uses: actions/upload-artifact@v3
if: failure()
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.

0 comments on commit 45eb963

Please sign in to comment.