Skip to content

Rmv blue-green plugin for native builds #49

Rmv blue-green plugin for native builds

Rmv blue-green plugin for native builds #49

Workflow file for this run

name: Infrastructure Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Infrastructure Tests
run: |
chmod +x runTests.sh
./runTests.sh
env:
CX_INFRA_IT_CF_USERNAME: ${{ secrets.CX_INFRA_IT_CF_USERNAME }}
CX_INFRA_IT_CF_PASSWORD: ${{ secrets.CX_INFRA_IT_CF_PASSWORD }}