Skip to content

Increase hostnames to be applicable for tests #64

Increase hostnames to be applicable for tests

Increase hostnames to be applicable for tests #64

Workflow file for this run

name: Alfresco SSL Generator CI
on:
pull_request:
branches:
- feature/**
- fix/**
- master
push:
branches:
- feature/**
- fix/**
workflow_call:
workflow_dispatch:
jobs:
test_new:
name: "Test new approach"
runs-on: ubuntu-latest
if: >
!contains(github.event.head_commit.message, '[skip tests]') &&
!contains(github.event.head_commit.message, '[force]')
steps:
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: "Run testing script"
run: bash ./scripts/ci/test.sh
test_legacy:
name: "Test legacy approach"
runs-on: ubuntu-latest
if: >
!contains(github.event.head_commit.message, '[skip tests]') &&
!contains(github.event.head_commit.message, '[force]')
steps:
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: "Run testing script"
run: bash ./scripts/ci/test_legacy.sh