Skip to content

add-supported-version #3

add-supported-version

add-supported-version #3

Workflow file for this run

jobs:
release:
env:
LIFERAY_RELEASE_GITHUB_PAT: ${{ secrets.LIFERAY_RELEASE_GITHUB_PAT }}
if: (github.repository == 'natocesarrego/liferay-docker')
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Execute run_tests.sh
run: |
cd release
./run_tests.sh
shell: bash
name: Release
on:
pull_request:
types: [opened, reopened]