Skip to content
name: Run Tests on Remote Server for PR

Check failure on line 1 in .github/workflows/remote-server-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/remote-server-test.yml

Invalid workflow file

`inputs` is not a valid event name
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to test'
required: true
default: 'main'
jobs:
remote-test:
runs-on: ubuntu-latest
steps:
- name: Set up SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Pull and run tests on PR code from remote server
run: |
touch test.txt;