Skip to content

Run end-to-end tests on Gadi #6

Run end-to-end tests on Gadi

Run end-to-end tests on Gadi #6

Workflow file for this run

name: Run end-to-end tests on Gadi
on:
workflow_dispatch:
inputs:
release_version:
description: 'Release version'
required: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run end-to-end tests
uses: appleboy/ssh-action@v1.1.0
with:
host: gadi.nci.org.au
username: ${{secrets.GADI_USER}}
key: ${{secrets.DEPLOY_KEY}}
script: |
cd ${{secrets.GADI_REPO_PATH}}
qsub bin/test_end_to_end.sh