Skip to content

Configure validations using CI #39

Configure validations using CI

Configure validations using CI #39

Workflow file for this run

name: Automation Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
agencia-clickone:
name: Automation for agencia-clickone
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout branch
uses: actions/checkout@v2
with:
path: automation
- name: Run automation tests
run: |
cd automation
ls -la
./run_tests.sh -S ${{ env.INPUT_SRC }}
env:
INPUT_SRC: automation # Set SRC environment variable if needed