Skip to content

Updated with npm audit fix #5

Updated with npm audit fix

Updated with npm audit fix #5

name: Test site is live
on:
push:
branches:
- main
jobs:
robot_test:
runs-on: ubuntu-latest
name: Run Robot Framework Tests
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Robot Framework
uses: joonvena/[email protected]
with:
browser: 'chrome'
robot_tests_dir: tests/robot
robot_reports_dir: tests/robot/reports
robot_runner_image: ppodgorsek/[email protected]