Skip to content

Commit

Permalink
Merge pull request #108 from jamezp/issue69
Browse files Browse the repository at this point in the history
[69] Rename the wf-core-tck-runner to core-profile.
  • Loading branch information
jamezp authored Oct 19, 2023
2 parents 3d889d3 + 45eb963 commit 7b42c57
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 7b42c57

Please sign in to comment.