Update METHODOLOGICAL_GUIDELINE.md #202
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pg_regress | |
on: | |
workflow_dispatch: | |
push: | |
branches-ignore: | |
- 'devops/**' # Ignore any branch prefixed with devops/ | |
pull_request: | |
branches-ignore: | |
- 'devops/**' # Ignore any branch prefixed with devops/ | |
jobs: | |
pg_regress: | |
concurrency: | |
group: statbus_test | |
cancel-in-progress: false | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run tests on remote server | |
uses: appleboy/[email protected] | |
with: | |
host: niue.statbus.org | |
username: statbus_test | |
key: ${{ secrets.SSH_KEY }} | |
command_timeout: 60m | |
script: | | |
./statbus/devops/manage-statbus.sh continous-integration-test "${{github.ref_name}}" "${{github.sha}}" |