Skip to content

Automate Platform Trial #19

Automate Platform Trial

Automate Platform Trial #19

Workflow file for this run

name: Test Scripts
on:
pull_request:
workflow_dispatch:
jobs:
test:
name: Test Scripts
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Test bootstraph.sh
env:
SYNADIA_CR_USERNAME: ${{ secrets.SYNADIA_CR_USERNAME }}
SYNADIA_CR_PASSWORD: ${{ secrets.SYNADIA_CR_PASSWORD }}
shell: bash
run: |
bash <(curl -fsSL https://raw.githubusercontent.com/synadia-io/platform-trial/refs/heads/update-trial/scripts/bootstrap.sh)