Skip to content

Merge branch 'master' of https://github.com/annoviko/robotframework-h… #94

Merge branch 'master' of https://github.com/annoviko/robotframework-h…

Merge branch 'master' of https://github.com/annoviko/robotframework-h… #94

name: build and test status
on: [push]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Clone repository
uses: actions/checkout@v2
- name: Run multi-line script
shell: bash
run: ci/github-ci.sh
- name: Archive artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: SCT test reports
path: |
tst/log.html
tst/output.xml
tst/report.html