Skip to content

Commit

Permalink
Consolidate FIT WA workflows into one
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Nov 18, 2023
1 parent fb6b905 commit ccaaba8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 216 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License
name: "FIT WA SAML2SP4UI OIDCC4UI"
name: "FIT WA"

on:
push:
Expand All @@ -26,7 +26,7 @@ on:
- cron: '0 13 * * 4'

jobs:
fit_WA_SAML2SP4UI_OIDCC4UI:
fit_WA:
runs-on: ubuntu-latest

steps:
Expand All @@ -49,5 +49,5 @@ jobs:
${{ runner.os }}-maven-
- name: Build
run: mvn -U -T 1C -P 'skipTests,all'
- name: 'WA / SAML2SP4UI, OIDCC4UI'
run: mkdir -p fit/core-reference/target/test-classes && cp fit/core-reference/src/test/resources/saml.keystore.jks fit/core-reference/target/test-classes && mvn -f fit/wa-reference/pom.xml verify -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true -Dit.test=org.apache.syncope.fit.ui.*ITCase
- name: 'WA'
run: mkdir -p fit/core-reference/target/test-classes && cp fit/core-reference/src/test/resources/saml.keystore.jks fit/core-reference/target/test-classes && mvn -f fit/wa-reference/pom.xml verify -Dinvoker.streamLogs=true -Dmodernizer.skip=true -Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
53 changes: 0 additions & 53 deletions .github/workflows/fit_WA_SRA_CASClient.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/fit_WA_SRA_OAuth2.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/fit_WA_SRA_OIDC.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/fit_WA_SRA_SAML2.yml

This file was deleted.

0 comments on commit ccaaba8

Please sign in to comment.