Skip to content

Commit

Permalink
add run test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-qa committed Feb 10, 2024
1 parent 05403cb commit c4acf36
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/robot-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Running Terratest and Deploy Report Github Pages

on: push

jobs:
run_test:
runs-on: ubuntu-latest
name: Run Robot Framework Tests
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Robot Framework
uses: joonvena/robotframework-docker-action@v1.0
with:
robot_tests_dir: 'tests'

0 comments on commit c4acf36

Please sign in to comment.